mirror of https://github.com/google/oss-fuzz.git
Create do_stuff_fuzzer.dict
This commit is contained in:
parent
09149e9e49
commit
aae5b00982
|
@ -0,0 +1,6 @@
|
|||
# A dictionary for more efficient fuzzing of DoStuff().
|
||||
# If the inputs contain multi-byte tokens, list them here.
|
||||
# See http://libfuzzer.info#dictionaries
|
||||
"foo"
|
||||
"bar"
|
||||
"ouch"
|
Loading…
Reference in New Issue