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