mirror of
https://github.com/mirror/wget.git
synced 2025-02-06 09:40:24 +08:00
a1c9018797
* 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
15 lines
106 B
Plaintext
15 lines
106 B
Plaintext
#
|
|
machine x.ogin b
|
|
password a
|
|
macdef m
|
|
c1 a
|
|
c2 b
|
|
|
|
macdef mm
|
|
cword a
|
|
macdef m
|
|
c1 a
|
|
c21 a
|
|
c2 z
|
|
|