mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 09:29:06 +08:00
Add fuzz tests for json_object/point/array apis
Extends the coverage of fuzz tests executed in OSS-Fuzz.
This commit is contained in:
21
fuzz/json_array_fuzzer.dict
Normal file
21
fuzz/json_array_fuzzer.dict
Normal file
@@ -0,0 +1,21 @@
|
||||
"{"
|
||||
"}"
|
||||
","
|
||||
"["
|
||||
"]"
|
||||
","
|
||||
":"
|
||||
"e"
|
||||
"e+"
|
||||
"e-"
|
||||
"E"
|
||||
"E+"
|
||||
"E-"
|
||||
"\""
|
||||
"null"
|
||||
"1"
|
||||
"1.234"
|
||||
"3e4"
|
||||
"NaN"
|
||||
"Infinity"
|
||||
"-Infinity"
|
||||
Reference in New Issue
Block a user