]> git.ipfire.org Git - ipfire-2.x.git/commit
json-c: Update to version 0.18
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 19 Nov 2024 21:10:49 +0000 (22:10 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 13 Dec 2024 08:42:18 +0000 (09:42 +0100)
commitd068c6a5898cec2ac90169f809c6702716d9cd0d
tree462e06464e78a258db5dbf297419aa019ef113b4
parentb7513eb4e82e9f0551daaffec995a4aa98dc6993
json-c: Update to version 0.18

- Update from version 0.17 to 0.18
- Update of rootfile
- Changelog
    0.18
Deprecated and removed features:
* Clean up pre-3.9 CMake support in CMakeLists.txt
New features
* Build pkg-config for msvc as well
Significant changes and bug fixes
* Critical fix for binary compatibility with 0.16: Move the
  json_tokener_error_memory entry to the end of enum json_tokener_error.
* Issue #829: attempt to detect clang-cl.exe and pass MSVC-compatile
  command line arguments.
* PR #831 - rename WIN32 to _WIN32
* PR #839 - Fix gcc 5 "may be used uninitialized" failure in
  json_pointer.c
* PR #849 - random_seed.c: add a Coverity Scan suppression
* Issue #854: Set error=json_tokener_error_memory in
  json_tokener_parser_verbose() when allocating the tokener fails.
* Issue #857: fix a few places where json_tokener should have been
  returning json_tokener_error_memory but wasn't.
* Handle yet another out-of-memory condition in json_tokener,
  duplocate can return NULL.
* Various fixes in the fuzzers
* A few minor doc fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/json-c
lfs/json-c