cJSON v1.5.7 Release Notes

Release Date: 2017-07-13 // almost 7 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix a bug where realloc failing would return a pointer to an invalid memory address. This is a security issue as it could potentially be used by an attacker to write to arbitrary memory addresses, see #189, fixed in 954d61e, big thanks @timothyjohncarney for reporting this issue
    • ๐Ÿ›  Fix a spelling mistake in the AFL fuzzer dictionary, see #185, thanks @jwilk