mirror of
https://github.com/json-c/json-c.git
synced 2026-04-11 08:19:08 +08:00
pull in fuzzers, add CI scripts later
This commit is contained in:
18
fuzz/tokener_parse_ex_fuzzer.dict
Normal file
18
fuzz/tokener_parse_ex_fuzzer.dict
Normal file
@@ -0,0 +1,18 @@
|
||||
"{"
|
||||
"}"
|
||||
","
|
||||
"["
|
||||
"]"
|
||||
","
|
||||
":"
|
||||
"e"
|
||||
"e+"
|
||||
"e-"
|
||||
"E"
|
||||
"E+"
|
||||
"E-"
|
||||
"\""
|
||||
"null"
|
||||
"1"
|
||||
"1.234"
|
||||
"3e4"
|
||||
Reference in New Issue
Block a user