summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* * fuzz/*: Use grep >/dev/null instead of grep -qTim Rühsen2023-02-174-4/+4
* Update copyright yearsTim Rühsen2023-02-1716-16/+16
* * fuzz/Makefile.am: Add -lz to fuzzer libsTim Rühsen2022-09-241-1/+1
* * Update Copyright yearsDarshit Shah2022-02-2616-16/+16
* fuzz/*.in: Update fuzzer corporaTim Rühsen2021-12-222233-3115/+7425
* Switch fuzzing build from C++ to CTim Rühsen2021-12-212-4/+2
* * fuzz/wget_read_hunk_fuzzer.c: Add explicit cast for C++ compilationTim Rühsen2021-05-221-3/+5
* * fuzz/wget_ntlm_fuzzer.c: Add explicit cast for C++ compilationTim Rühsen2021-05-221-3/+2
* Improve wget_options_fuzzerTim Rühsen2021-05-021463-1102/+7732
* Use a LOG_COMPILER for running fuzz testsDarshit Shah2021-03-163-17/+12
* Run make update-copyrightDarshit Shah2021-01-0116-16/+16
* Add NTLM fuzzerTim Rühsen2020-03-06128-0/+519
* Add code coverage reportingTim Rühsen2020-03-051-2/+3
* * fuzz/wget_progress_fuzzer.in/*: Add fuzzer corporaTim Rühsen2020-01-10196-0/+29
* Add new fuzzer for the progress bar codeTim Rühsen2020-01-102-10/+156
* Update copyright year to 2020Darshit Shah2020-01-1014-14/+14
* * fuzz/README.md: Add --enable-assert to fuzzing buildTim Rühsen2019-12-271-1/+1
* * fuzz/README.md: Update clang instructionsTim Rühsen2019-12-271-4/+5
* * fuzz/wget_read_hunk_fuzzer.c: Use cast to fix C++ errorTim Rühsen2019-11-241-1/+1
* Revert " Hi, Thank you again Darshit for your response. The RejectHeaderField...Darshit Shah2019-05-301-17/+0
* Hi, Thank you again Darshit for your response. The RejectHeaderField rule re...sulfastor2019-05-301-0/+17
* * fuzz/main.c: Fix paths for WIN32Tim Rühsen2019-05-071-3/+5
* * fuzz/*.in/*: Update corpora from OSS-fuzzTim Rühsen2019-04-2617650-25369/+40774
* * fuzz/get_ossfuzz_corpora: Remove -f from unzip, mkdir *.in/Tim Rühsen2019-04-261-4/+4
* * fuzz/main.c (test_all_from): Fix indentationTim Rühsen2019-03-261-2/+3
* Fix corner case in processing server responseTim Rühsen2019-03-251-1/+1
* Add new fuzzer wget_read_hunk_fuzzer.cTim Rühsen2019-03-25173-1/+293
* * fuzz/wget_netrc_fuzzer.c: Fix fuzzerTim Rühsen2019-03-031-3/+31
* * fuzz/wget_ftpls_fuzzer.c: Fix fuzzerTim Rühsen2019-03-031-4/+30
* Fix fuzz/ tests for OpenBSDTim Rühsen2019-02-198-28/+32
* * fuzz/Makefile.am: Remove hard-coded gcc flagsTim Rühsen2019-02-191-1/+1
* Fix STDERR closing/restoring in fuzzersTim Rühsen2019-02-199-39/+35
* Do not hard-code -ldl in fuzz/Makefile.amTim Rühsen2019-02-191-1/+1
* Update copyright statementsDarshit Shah2019-02-1013-12/+30
* * fuzz/Makefile.am: Fix order of libraries for linkingTim Rühsen2018-12-271-1/+1
* * fuzz/*_fuzzer.in/*: Update fuzzer corporaTim Rühsen2018-10-1444-136/+0
* * 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