Page MenuHomeSolus

Update json-c to 0.13.1
ClosedPublic

Authored by JamesLee on Oct 27 2018, 4:09 PM.
Tags
None
Referenced Files
F10771496: D4165.id10310.diff
Sun, May 21, 6:33 AM
F10765003: D4165.id10310.diff
Fri, May 19, 10:33 AM
F10764945: D4165.id10279.diff
Fri, May 19, 10:12 AM
F10764909: D4165.id10267.diff
Fri, May 19, 10:02 AM
F10764807: D4165.diff
Fri, May 19, 9:27 AM
F10749496: D4165.diff
Tue, May 16, 1:55 AM
F10721912: D4165.id.diff
Sat, May 6, 4:00 PM
F10693927: D4165.id.diff
Apr 25 2023, 8:26 AM

Details

Summary

Updated json-c to the latest version 0.13.1.

Changes:

  • Bump the major version of the .so library generated up to 4.0 to avoid conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release.
  • Add const size_t json_c_object_sizeof()
  • Avoid invalid free (and thus a segfault) when ref_count gets < 0
  • Fix handling of custom double formats that include a ".0"
  • Avoid uninitialized variable warnings in json_object_object_foreach
  • Fix build for certain uClibc based systems.
  • Add a top level fuzz directory for fuzzers run by OSS-Fuzz
Test Plan

Installed and launched 'steam' which requires 'json-c-32bit' with everything working as expected.
Rebuilt and tested all the reverse dependencies of json-c successfully.

Diff Detail

Repository
R1507 json-c
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Would be good to have someone test Baldur's Gate games with this as it's the only game I'm aware of that uses this in steam. I do own the game as a last resort.

I have validated that symbols are unchanged other than json_c_object_sizeof being added.

package.yml
20

This symlink will be broken with the ABI bump

I don't own Baldur's Gate so I can't test it. If @sunnyflunk or someone else would be willing to test it I would be grateful.

Appears to be fine with Baldurs Gate and now I have a game to play while I'm away next week xD

That's good to hear thanks for doing the testing.

Please avoid citing bug reports or pull requests such as Issue #396 and PR#394 to tidy up the changelog. Additionally please state you've rebuilt and tested the reverse dependencies in the test plan.

This revision now requires changes to proceed.Oct 28 2018, 9:42 PM
JamesLee edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 28 2018, 9:46 PM
This revision was automatically updated to reflect the committed changes.

Thanks, rebuilds went smoothly - it was nice the get the rebuilds done for me for a change!

Thanks, rebuilds went smoothly - it was nice the get the rebuilds done for me for a change!

Thanks for the help guiding me through the process for the first time. If you want somebody to help with rebuilds in the future please let me know; Ill try to be in the IRC more frequently.