aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-02-04Add json fuzzer with seed files from #1123 and test suiteJay Berkenbilt
...as well as some cases generated in CI from earlier attempts at fixing this.
2024-01-17Fix incorrect handling of invalid negative object idsm-holger
Fix two errors introduced in #1110 and #1112. Since #1110, encountering the invalid indirect reference #1110 -2147483648 n R produces an integer underflow which, if undetected, immediately trigger a logic error. Since #1112, object -1 0 R may be incorrectly identified as an earlier generation of itself and deleted, invalidating a live iterator.
2024-01-12Fix null pointer issue on array copyJay Berkenbilt
2023-05-05Add the file to reproduce fuzz issue 57639Jay Berkenbilt
It is possible to reproduce the failure with this file following the instructions with oss-fuzz, though it does not cause a failure in CI. The failure was introduced in 18c1ffe0df335a46cddbeb96e2cb939d850df9fa.
2022-03-19Add cmake configuration filesJay Berkenbilt