Skip to content

1.7.12

Compare
Choose a tag to compare
@FSMaxB FSMaxB released this 16 May 23:06
· 185 commits to master since this release
3c89356

Fixes:

  • Fix infinite loop in cJSON_Minify (potential Denial of Service), thanks @Alanscut for reporting. See #354
  • Fix link error for Visual Studio. Thanks @tan-wei, see #352
  • Undefine true and false for cJSON_Utils before redefining them. Thanks @raiden00pl, see #347