summaryrefslogtreecommitdiff
path: root/lib/fuzzing/fuzz_tiniparser.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08lib/fuzzing: LLVMFuzzerTestOneInput() takes const uint8_t*Douglas Bagnall1-1/+1
2019-11-18lib/fuzzing: Free memory after successful load in fuzz_tiniparserAndrew Bartlett1-1/+5
2019-11-18lib/fuzzing: Avoid NULL pointer de-ref from 0-length inputAndrew Bartlett1-1/+9
2019-08-07Add fuzzing binary for tiniparserMichael Hanselmann1-0/+39