master
* fuzz/*_fuzer.in/*: Update OSS-Fuzz corpora from upstream
Add new fuzzer libwget_http_parse_fuzzer
Fix integer overflow in metalink code found by OSS-Fuzz
Use C instead of C++ for fuzzer targets
Use verbose flag in Makefiles consistently
* fuzz/README.md: Update docs
all: Update Copyright Year
* fuzz/get_all_corpora: Work even if fuzzers are not pre-built
* fuzz/get_ossfuzz_corpora: mkdir *.in directories
Increase fuzz coverage for bar.c and rss_url.c
Add new fuzzer libwget_cookie_fuzzer
Remove port from HSTS
* fuzz/libwget_html_url_fuzzer.dict: Add 'data:' to dictionary
Fix memory leaks and heap-allocation ownership
Fix URL unescaping to be Wget1 compatible
Add new fuzzer libwget_iri_fuzzer
Increase fuzz coverage of wget_metalink_parse()
Add new fuzzer libwget_netrc_fuzzer
Add make target 'fuzz-coverage'
Add new fuzzer libwget_sitemap_url_fuzzer
Replace atoi, atol, atoll with error checking functions
Increase fuzz coverage for wget_xml_parse_buffer()
Use DOS-like path styles on OS/2
Add valgrind suppressions for TravisCI (due to old libidn)
Improve fuzzer helper scripts
Remove --stats-all