wget/fuzz/wget_netrc_fuzzer.in/973daa89b0de9fef5eea8d3c1780354b3704b3b3
Tim Rühsen a1c9018797 Add new fuzzer for the .netrc parser
* fuzz/wget_netrc_fuzzer.c: New fuzzer
* fuzz/wget_netrc_fuzzer.dict: Fuzzer dictionary
* fuzz/wget_netrc_fuzzer.in: Initial corpora
* src/ftp.c (getftp): Amend call to search_netrc()
* src/http.c (initialize_request): Likewise
* src/netrc.c: Cleanup, prepare code for fuzzing
* src/netrc.h: Cleanup
2018-04-28 20:49:57 +02:00

31 lines
226 B
Plaintext

#
machine x.y login y password x
machine a.b
login b
password a
macdef m
c1 a
c2 b
macdef mm
c1 a
c2m
c1 a
c2 b
macdef mm
c1 a
c2 z
#
m
achilogyn b
password a
macdef m
c1 a
c2 b
macdef mm
c1 a
c2 z