From 38cc374f2acc3783c07db54012201a76b5d8fec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 14 May 2020 21:09:48 +0200 Subject: 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. --- fuzz/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'fuzz/.gitignore') 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 -- cgit v1.2.3