mirror of https://github.com/google/oss-fuzz.git
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
|
# 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"
|