15ba1db248
Update copyrights
2023-08-31 12:57:30 +02:00
3dc7f71098
Update copyright year
2022-02-25 17:46:43 +01:00
22162f82b2
Update copyright year
2021-01-22 21:58:38 +01:00
59d9ecd9c0
* Update copyright year to 2020
2020-01-10 00:33:02 +01:00
4b9edbad2d
Update Copyright statements to be compatible with update-copyright module
2019-09-10 23:41:56 +02:00
cdb3600791
Update copyrigght to 2019
2019-01-02 12:42:53 +01:00
3688ffb941
Update copyright to 2018
2018-04-30 20:52:11 +02:00
32e97a0067
Add new fuzzer libwget_iri_fuzzer
...
* fuzz/Makefile.am: Add libwget_sitemap_url_fuzzer
* fuzz/libwget_iri_fuzzer.c: New fuzzer
* fuzz/libwget_iri_fuzzer.dict: New dictionary
* fuzz/libwget_iri_fuzzer.in/*: Corpora
2017-06-16 12:44:33 +02:00
0b50e004ac
Fix fuzz minimizing command
...
* fuzz/README.md: Fix build recipe
* fuzz/run-afl.sh: Fix check whether to call afl-tmin
2017-05-30 13:10:01 +02:00
1868fa0311
Enhance fuzzing
...
* cfg.mk: Let make-syntax-check survive
* fuzz/libwget_metalink_parse.dict: New dictionary
* fuzz/libwget_robots_parse.dict: New dictionary
* fuzz/libwget_xml_parse_buffer.dict: New dictionary
* fuzz/libwget_robots_parse.in/disallowed1: Obsolete by afl-cmin
* fuzz/libwget_robots_parse.in/user_agent3: Likewise
* fuzz/libwget_xml_parse_buffer.in/index.html: Removed redundant HTML tags
* fuzz/run-afl.sh: Auto-optimize corpora with afl-tmin
2017-05-29 12:41:03 +02:00
8e2fecc6ff
Add initial fuzzing code
...
* fuzz/*: New files
README.md contains instructions how to build and run single fuzzers.
Currently we have fuzzers and corpora for
- wget_memtohex()
- wget_metalink_parse()
- wget_robots_parse()
- wget_xml_parse_buffer()
* fuzz/libwget_bar.in/123456: New file
2017-05-29 10:10:47 +02:00