Skip to content

build(deps): Bump cJSON to 1.7.19#616

Merged
cpswan merged 1 commit intotrunkfrom
cpswan-cjson-1.7.19
Sep 10, 2025
Merged

build(deps): Bump cJSON to 1.7.19#616
cpswan merged 1 commit intotrunkfrom
cpswan-cjson-1.7.19

Conversation

@cpswan
Copy link
Copy Markdown
Member

@cpswan cpswan commented Sep 10, 2025

Multiple bug fixes DaveGamble/cJSON@v1.7.18...v1.7.19

  • Fix indentation (should use spaces), see #814
  • Fix spelling errors found by CodeSpell, see #841
  • Check for NULL in cJSON_DetachItemViaPointer, fixes #882, see #886
  • Fix #881, check overlap before calling strcpy in cJSON_SetValuestring, see #885
  • Fix #880 Max recursion depth for cJSON_Duplicate to prevent stack exhaustion, see #888
  • Allocate memory for the temporary buffer when paring numbers, see #939
  • fix the incorrect check in decode_array_index_from_pointer, see #957

- What I did

- Description for the changelog

build(deps): Bump cJSON to 1.7.19

@cpswan cpswan self-assigned this Sep 10, 2025
@cpswan cpswan force-pushed the cpswan-cjson-1.7.19 branch from db5fe54 to f16da2e Compare September 10, 2025 13:20
@cpswan cpswan merged commit e1fa868 into trunk Sep 10, 2025
12 checks passed
@cpswan cpswan deleted the cpswan-cjson-1.7.19 branch September 10, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stack overflow for circular reference no NULL pointer check in cJSON_DetachItemViaPointer no overlap control in cJSON_SetValuestring

2 participants