index
:
delta/wget.git
baserock/v1.16.3
master
metalink
openssl-1.1
oss-fuzz
parallel-wget
tim/wget2
wget2
git.savannah.gnu.org: git/wget.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fuzz
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fuzz/*: Use grep >/dev/null instead of grep -q
Tim Rühsen
2023-02-17
4
-4
/
+4
*
Update copyright years
Tim Rühsen
2023-02-17
16
-16
/
+16
*
* fuzz/Makefile.am: Add -lz to fuzzer libs
Tim Rühsen
2022-09-24
1
-1
/
+1
*
* Update Copyright years
Darshit Shah
2022-02-26
16
-16
/
+16
*
fuzz/*.in: Update fuzzer corpora
Tim Rühsen
2021-12-22
2233
-3115
/
+7425
*
Switch fuzzing build from C++ to C
Tim Rühsen
2021-12-21
2
-4
/
+2
*
* fuzz/wget_read_hunk_fuzzer.c: Add explicit cast for C++ compilation
Tim Rühsen
2021-05-22
1
-3
/
+5
*
* fuzz/wget_ntlm_fuzzer.c: Add explicit cast for C++ compilation
Tim Rühsen
2021-05-22
1
-3
/
+2
*
Improve wget_options_fuzzer
Tim Rühsen
2021-05-02
1463
-1102
/
+7732
*
Use a LOG_COMPILER for running fuzz tests
Darshit Shah
2021-03-16
3
-17
/
+12
*
Run make update-copyright
Darshit Shah
2021-01-01
16
-16
/
+16
*
Add NTLM fuzzer
Tim Rühsen
2020-03-06
128
-0
/
+519
*
Add code coverage reporting
Tim Rühsen
2020-03-05
1
-2
/
+3
*
* fuzz/wget_progress_fuzzer.in/*: Add fuzzer corpora
Tim Rühsen
2020-01-10
196
-0
/
+29
*
Add new fuzzer for the progress bar code
Tim Rühsen
2020-01-10
2
-10
/
+156
*
Update copyright year to 2020
Darshit Shah
2020-01-10
14
-14
/
+14
*
* fuzz/README.md: Add --enable-assert to fuzzing build
Tim Rühsen
2019-12-27
1
-1
/
+1
*
* fuzz/README.md: Update clang instructions
Tim Rühsen
2019-12-27
1
-4
/
+5
*
* fuzz/wget_read_hunk_fuzzer.c: Use cast to fix C++ error
Tim Rühsen
2019-11-24
1
-1
/
+1
*
Revert " Hi, Thank you again Darshit for your response. The RejectHeaderField...
Darshit Shah
2019-05-30
1
-17
/
+0
*
Hi, Thank you again Darshit for your response. The RejectHeaderField rule re...
sulfastor
2019-05-30
1
-0
/
+17
*
* fuzz/main.c: Fix paths for WIN32
Tim Rühsen
2019-05-07
1
-3
/
+5
*
* fuzz/*.in/*: Update corpora from OSS-fuzz
Tim Rühsen
2019-04-26
17650
-25369
/
+40774
*
* fuzz/get_ossfuzz_corpora: Remove -f from unzip, mkdir *.in/
Tim Rühsen
2019-04-26
1
-4
/
+4
*
* fuzz/main.c (test_all_from): Fix indentation
Tim Rühsen
2019-03-26
1
-2
/
+3
*
Fix corner case in processing server response
Tim Rühsen
2019-03-25
1
-1
/
+1
*
Add new fuzzer wget_read_hunk_fuzzer.c
Tim Rühsen
2019-03-25
173
-1
/
+293
*
* fuzz/wget_netrc_fuzzer.c: Fix fuzzer
Tim Rühsen
2019-03-03
1
-3
/
+31
*
* fuzz/wget_ftpls_fuzzer.c: Fix fuzzer
Tim Rühsen
2019-03-03
1
-4
/
+30
*
Fix fuzz/ tests for OpenBSD
Tim Rühsen
2019-02-19
8
-28
/
+32
*
* fuzz/Makefile.am: Remove hard-coded gcc flags
Tim Rühsen
2019-02-19
1
-1
/
+1
*
Fix STDERR closing/restoring in fuzzers
Tim Rühsen
2019-02-19
9
-39
/
+35
*
Do not hard-code -ldl in fuzz/Makefile.am
Tim Rühsen
2019-02-19
1
-1
/
+1
*
Update copyright statements
Darshit Shah
2019-02-10
13
-12
/
+30
*
* fuzz/Makefile.am: Fix order of libraries for linking
Tim Rühsen
2018-12-27
1
-1
/
+1
*
* fuzz/*_fuzzer.in/*: Update fuzzer corpora
Tim Rühsen
2018-10-14
44
-136
/
+0
*
* fuzz/Makefile.am: Remove libtool LTLIB... from LDADD
oss-fuzz
Tim Rühsen
2018-06-13
1
-2
/
+2
*
* fuzz/get_ossfuzz_corpora: Speed up corpora download
Tim Rühsen
2018-05-10
1
-1
/
+2
*
* fuzz/*_fuzzer.in: Update corpora from OSS-Fuzz
Tim Rühsen
2018-05-09
2911
-3076
/
+9189
*
* fuzz/get_ossfuzz_corpora: Fix path
Tim Rühsen
2018-05-09
1
-1
/
+1
*
Add new fuzzer for the .netrc parser
Tim Rühsen
2018-04-28
305
-0
/
+6685
*
Add new fuzzer for the Set-Cookie parser
Tim Rühsen
2018-04-27
705
-0
/
+1596
*
Fix buffer overflow in CSS parser
Tim Rühsen
2018-04-26
1
-0
/
+1
*
Fix buffer overflow in CSS parser
Tim Rühsen
2018-04-26
1
-0
/
+1
*
Exclude fuzz corpora from tarball
Tim Rühsen
2018-04-26
2
-13
/
+15
*
Add CSS slowness reproducer (fixed)
Tim Rühsen
2018-04-26
1
-0
/
+0
*
Add new fuzzer for the URL parser
Tim Rühsen
2018-04-24
775
-1
/
+814
*
Add new fuzzer for robots.txt parsing
Tim Rühsen
2018-04-24
744
-1
/
+3501
*
* fuzz/README.md: Add CFLAGS for undefined sanitizer
Tim Rühsen
2018-04-24
1
-0
/
+3
*
* fuzz/wget_ftpls_fuzzer.in: Update corpora
Tim Rühsen
2018-04-22
593
-0
/
+1041
[next]