summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* * fuzz/Makefile.am: Remove libtool LTLIB... from LDADDoss-fuzzTim Rühsen2018-06-131-2/+2
* * fuzz/get_ossfuzz_corpora: Speed up corpora downloadTim Rühsen2018-05-101-1/+2
* * fuzz/*_fuzzer.in: Update corpora from OSS-FuzzTim Rühsen2018-05-092911-3076/+9189
* * fuzz/get_ossfuzz_corpora: Fix pathTim Rühsen2018-05-091-1/+1
* Add new fuzzer for the .netrc parserTim Rühsen2018-04-28305-0/+6685
* Add new fuzzer for the Set-Cookie parserTim Rühsen2018-04-27705-0/+1596
* Fix buffer overflow in CSS parserTim Rühsen2018-04-261-0/+1
* Fix buffer overflow in CSS parserTim Rühsen2018-04-261-0/+1
* Exclude fuzz corpora from tarballTim Rühsen2018-04-262-13/+15
* Add CSS slowness reproducer (fixed)Tim Rühsen2018-04-261-0/+0
* Add new fuzzer for the URL parserTim Rühsen2018-04-24775-1/+814
* Add new fuzzer for robots.txt parsingTim Rühsen2018-04-24744-1/+3501
* * fuzz/README.md: Add CFLAGS for undefined sanitizerTim Rühsen2018-04-241-0/+3
* * fuzz/wget_ftpls_fuzzer.in: Update corporaTim Rühsen2018-04-22593-0/+1041
* Add new fuzzer for the FTP listing parsersTim Rühsen2018-04-214-0/+132
* * fuzz/run-clang.sh: Remove -detect_leaks=0 from fuzzer command lineTim Rühsen2018-04-211-2/+2
* Fix fuzzer build for C++Tim Rühsen2018-04-202-4/+8
* * fuzz/Makefile.am: Add -I/lib to oss-fuzz buildsTim Rühsen2018-04-201-1/+1
* Add new HTML parser fuzzerTim Rühsen2018-04-202891-0/+870
* * fuzz/wget_css_fuzzer.c: Fix buildTim Rühsen2018-04-201-0/+1
* * fuzz/wget_css_fuzzer.in/*: Update fuzzer corporaTim Rühsen2018-04-201559-3397/+4109
* Add new fuzzer wget_css_fuzzer.cTim Rühsen2018-04-191326-1/+5370
* * wget_options_fuzzer.in/*: Update fuzzer corporaTim Rühsen2018-04-18820-976/+2277
* * fuzz/README.md: Add CXXFLAGS and more configure optionsTim Rühsen2018-04-181-1/+3
* Fix oss-fuzz issue with exit()Tim Rühsen2018-04-181-91/+20
* * fuzz/wget_options_fuzzer.c: Declare fopen_* as C functionsTim Rühsen2018-04-171-0/+2
* Fix fopen/stdin issues with fuzzingTim Rühsen2018-04-171-0/+12
* * fuzz/wget_options_fuzzer.c: Write fuzzer crash reportsTim Rühsen2018-04-171-0/+5
* * wget_options_fuzzer.in: Add corpora directoryTim Rühsen2018-04-161842-0/+4148
* * fuzz/wget_options_fuzzer.c: Suppress error messages from wgetTim Rühsen2018-04-161-0/+7
* Add OSS-Fuzz infrastrutureTim Rühsen2018-04-1612-0/+899