diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-05-14 21:09:48 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-05-14 21:38:43 +0200 |
| commit | 38cc374f2acc3783c07db54012201a76b5d8fec3 (patch) | |
| tree | 867388844ef10d6c90d5228d70bfee0f2f816742 /fuzz/.gitignore | |
| parent | 9d0c64515d924e9f5fcd31b72efb66469d5437dc (diff) | |
| download | vis-38cc374f2acc3783c07db54012201a76b5d8fec3.tar.gz vis-38cc374f2acc3783c07db54012201a76b5d8fec3.tar.xz | |
test/fuzz: add libfuzzer target for text data structure
This reuses the existing fuzzing driver initially written for afl-fuzz.
As a consequence, quite a bit of stdio code is involved which is probably
not optimal.
Diffstat (limited to 'fuzz/.gitignore')
| -rw-r--r-- | fuzz/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/.gitignore b/fuzz/.gitignore index 21d1a0c..17b5c17 100644 --- a/fuzz/.gitignore +++ b/fuzz/.gitignore @@ -1,3 +1,4 @@ /results /text-fuzzer +/text-libfuzzer /buffer-fuzzer |
