Skip to content

v3.1.1

Compare
Choose a tag to compare
@stephenberry stephenberry released this 18 Jul 17:43
· 495 commits to main since this release

Important

Fixed potential out of bounds table lookups when parsing invalid JSON due to missing unsigned conversions.
by @stephenberry in #1168
Thanks @pauldreik for reporting this.

Improvements

  • Removed the temporary string_decode_buffer when reading strings. This results in significant memory savings when dealing with large strings.
  • Faster string decoding and encoding in the general case due to less branches.

Full Changelog: v3.1.0...v3.1.1