mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 09:18:17 +00:00
[fuzzer] Rename fuzzing dictionaries for oss-fuzz (#6318)
This commit makes the names of fuzzing dictionaries the same as the target binary names. Also it explicitly limits size of test inputs to prevent failures in `regex` and fuzzing time-outs.
This commit is contained in:
37
tests/fuzzer/scalar_fuzzer.dict
Normal file
37
tests/fuzzer/scalar_fuzzer.dict
Normal file
@@ -0,0 +1,37 @@
|
||||
"-"
|
||||
"+"
|
||||
"."
|
||||
"e"
|
||||
"e+"
|
||||
"e-"
|
||||
"E"
|
||||
"E+"
|
||||
"E-"
|
||||
"0x"
|
||||
"-0x"
|
||||
"p"
|
||||
"0"
|
||||
"1"
|
||||
"2"
|
||||
"3"
|
||||
"4"
|
||||
"5"
|
||||
"6"
|
||||
"7"
|
||||
"8"
|
||||
"9"
|
||||
"a"
|
||||
"b"
|
||||
"c"
|
||||
"d"
|
||||
"e"
|
||||
"f"
|
||||
"nan"
|
||||
"-nan"
|
||||
"+nan"
|
||||
"inf"
|
||||
"+inf"
|
||||
"-inf"
|
||||
"infinity"
|
||||
"+infinity"
|
||||
"-infinity"
|
||||
Reference in New Issue
Block a user