Skip to content

1.7.11

Compare
Choose a tag to compare
@FSMaxB FSMaxB released this 14 Apr 22:18
· 195 commits to master since this release
93688cb

Fixes:

  • Fix a bug where cJSON_Minify could overflow it's buffer, both reading and writing. This is a security issue. (see #338). Big thanks @bigric3 for reporting.
  • Unset true and false macros before setting them if they exist. See #339, thanks @raiden00pl for reporting