[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:
Vladimir Glavnyy
2020-12-11 05:02:01 +07:00
committed by GitHub
parent 9c9baf6d58
commit 92a806b4e8
7 changed files with 26 additions and 4 deletions

View 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"