The yyjson package
Find a file
topazus 9af00d9b3d Update to 0.9.0; fix rhbz#2274045 and rhbz#2266791
* comments from upstream repo with CVE-2024-25713:
* If you have already called yyjson_doc_free() on a doc, the doc and its internal values are invalid.
* Any further operation on the doc or its values is undefined behavior.
*
* While this is not a bug in yyjson itself, a defensive patch has been provided:
* 0eca326fe5
* If you mistakenly call yyjson_doc_free() twice on the same doc against the documentation,
* this patch will cause your program to crash immediately, alerting you to the incorrect usage.
2024-04-09 08:37:03 +08:00
.gitignore initial import; rhbz#2254133 2023-12-12 23:48:24 +08:00
packit.yaml initial import; rhbz#2254133 2023-12-12 23:48:24 +08:00
README.md Added the README 2023-12-12 12:46:12 +00:00
sources Update to 0.9.0; fix rhbz#2274045 and rhbz#2266791 2024-04-09 08:37:03 +08:00
yyjson.spec Update to 0.9.0; fix rhbz#2274045 and rhbz#2266791 2024-04-09 08:37:03 +08:00

yyjson

The yyjson package