Skip to content

Conversation

@cpswan
Copy link
Contributor

@cpswan cpswan commented Sep 10, 2025

Summary

Changes to recipe: cjson/1.7.19

Motivation

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

Details


Copy link
Contributor

@ErniGH ErniGH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franramirez688 franramirez688 merged commit 8c95534 into conan-io:master Sep 15, 2025
13 checks passed
hoyhoy pushed a commit to hoyhoy/conan-center-index that referenced this pull request Oct 10, 2025
jeremydumais pushed a commit to jeremydumais/conan-center-index that referenced this pull request Oct 11, 2025
praetorian20 pushed a commit to praetorian20/conan-center-index that referenced this pull request Jan 15, 2026
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

3 participants