| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-30 | test/fuzz: simplify Makefile | Marc André Tanner | 1 | -2/+4 | |
| 2020-05-14 | test/fuzz: add libfuzzer target for text data structure | Marc André Tanner | 5 | -6/+37 | |
| 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. | |||||
| 2020-05-14 | test/fuzz: fix compilation by adapting to newer API | Marc André Tanner | 1 | -2/+2 | |
| 2020-05-14 | test/fuzz: add missing CFLAGS | Marc André Tanner | 1 | -2/+2 | |
| 2017-02-20 | test/fuzz: add fuzzing driver for buffer | Marc André Tanner | 5 | -2/+142 | |
| 2017-02-20 | test/fuzz: add fuzzing infrastructure | Marc André Tanner | 7 | -0/+260 | |
| For now we use the american fuzzy lop in the future we might also add libFuzzer support. | |||||
