Skip to content

Releases: vm2mv/yajl

2.1.3

14 Oct 15:10
a7d3f37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

06 Oct 17:26
157c87a
Compare
Choose a tag to compare
  • CMakeLists.txt fixed by @vm2mv
  • Check for failed buf allocation in reformatter by @vm2mv
  • yajl_test.c fixed by @vm2mv
  • .github/workflows/yajl-ci.yml by @vm2mv
  • codeql.yml by @vm2mv

Full Changelog: 2.1.1...2.1.2

2.1.1

26 Oct 07:39
Compare
Choose a tag to compare

CVE-2022-24795 fixed
malloc/realloc error checking
fixed including common headers
fixed memory leak in yajl_tree_parse
new functions: yajl_gen_unsigned_integer/yajl_gen_long/yajl_gen_unsigned_long
msvc vs19 solution added
other minor fixes