diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-20 14:35:59 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-20 14:35:59 +0100 |
| commit | a5b315a5873f1f71f7b41381e015013bc3072ae2 (patch) | |
| tree | 37323bd89099b21c674c80b8ad20b070f710836d /fuzz/dictionaries | |
| parent | 6911290dbb577fb295e556da6fd7e4f5f7c81a8a (diff) | |
| download | vis-a5b315a5873f1f71f7b41381e015013bc3072ae2.tar.gz vis-a5b315a5873f1f71f7b41381e015013bc3072ae2.tar.xz | |
test/fuzz: add fuzzing driver for buffer
Diffstat (limited to 'fuzz/dictionaries')
| -rw-r--r-- | fuzz/dictionaries/buffer-fuzzer.dict | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fuzz/dictionaries/buffer-fuzzer.dict b/fuzz/dictionaries/buffer-fuzzer.dict new file mode 100644 index 0000000..4497343 --- /dev/null +++ b/fuzz/dictionaries/buffer-fuzzer.dict @@ -0,0 +1,15 @@ +# AFL dictionary for buffer-fuzzer +# +# Not sure whether it makes sense to specify a dictionary, +# the syntax is quite simple? +# +cmd_capacity="?" +cmd_set="=" +cmd_size="#" +cmd_clear="c" +# cmd_delete="d 0 1" +cmd_delete="d" +# cmd_insert="i 0 text" +cmd_insert="i" +cmd_print="p" +cmd_quit="q" |
