From aae5b00982319ae9bd8832c3c43a025bad6ec2a9 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 15 May 2017 17:51:38 -0700 Subject: [PATCH] Create do_stuff_fuzzer.dict --- projects/example/my-api-repo/do_stuff_fuzzer.dict | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/example/my-api-repo/do_stuff_fuzzer.dict diff --git a/projects/example/my-api-repo/do_stuff_fuzzer.dict b/projects/example/my-api-repo/do_stuff_fuzzer.dict new file mode 100644 index 000000000..224679bf4 --- /dev/null +++ b/projects/example/my-api-repo/do_stuff_fuzzer.dict @@ -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"