mirror of https://github.com/google/oss-fuzz.git
Create do_stuff.dict
This commit is contained in:
parent
f722121aad
commit
10a0cff0f2
|
@ -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