]> git.ipfire.org Git - thirdparty/json-c.git/commit
Add fuzz tests for json_object/point/array apis 883/head
authorSimon Resch <simon.resch@code-intelligence.de>
Sat, 9 Nov 2024 03:20:40 +0000 (22:20 -0500)
committerSimon Resch <simon.resch@code-intelligence.de>
Fri, 22 Nov 2024 06:43:32 +0000 (07:43 +0100)
commit839fbe0d63b58ecfd5b82578a02a24f03e5c359c
treece6854b9e67e541f76ea65a287a9bd741d7e6c50
parent565f181f656439847ef79650caad5c0b6c20171b
Add fuzz tests for json_object/point/array apis

Extends the coverage of fuzz tests executed in OSS-Fuzz.
fuzz/json_array_fuzzer.cc [new file with mode: 0644]
fuzz/json_array_fuzzer.dict [new file with mode: 0644]
fuzz/json_object_fuzzer.cc [new file with mode: 0644]
fuzz/json_object_fuzzer.dict [new file with mode: 0644]
fuzz/json_pointer_fuzzer.cc [new file with mode: 0644]
fuzz/json_pointer_fuzzer.dict [new file with mode: 0644]
fuzz/tokener_parse_ex_fuzzer.dict