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/inputs/text-libfuzzer | |
| 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/inputs/text-libfuzzer')
| l--------- | fuzz/inputs/text-libfuzzer/text-libfuzzer.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/inputs/text-libfuzzer/text-libfuzzer.in b/fuzz/inputs/text-libfuzzer/text-libfuzzer.in new file mode 120000 index 0000000..e351471 --- /dev/null +++ b/fuzz/inputs/text-libfuzzer/text-libfuzzer.in @@ -0,0 +1 @@ +../text-fuzzer/text-fuzzer.in
\ No newline at end of file |
