Darshit Shah
f973f4857a
* Update copyright year to 2024
2024-02-19 18:33:43 +05:30
Tim Rühsen
4223996930
Update copyright years
2023-02-17 13:46:58 +01:00
Darshit Shah
be936bda56
* Update Copyright years
2022-02-26 15:49:52 +01:00
Darshit Shah
5a7f2f7e87
Run make update-copyright
2021-01-01 12:31:01 +01:00
Darshit Shah
221f1ba3ef
Update copyright year to 2020
2020-01-10 12:56:08 +01:00
Tim Rühsen
8d8abcffdf
Fix fuzz/ tests for OpenBSD
...
* fuzz/wget_*_fuzzer.c: Take care when calling exit()
2019-02-19 17:18:49 +01:00
Tim Rühsen
07f9fbd0b3
Fix STDERR closing/restoring in fuzzers
...
* fuzz/fuzzer.h: Add CLOSE_STDERR and RESTORE_STDERR
* fuzz/wget_*_fuzzer.c: Use CLOSE_STDERR and RESTORE_STDERR
2019-02-19 15:50:34 +01:00
Darshit Shah
8b975e83d3
Update copyright statements
2019-02-10 11:50:17 +01:00
Tim Rühsen
e83dd5b0aa
Fix fuzzer build for C++
...
* fuzz/wget_css_fuzzer.c: Include wget.h outside 'extern "C"',
undef fopen_wgetrc directly after wget.h
* fuzz/wget_html_fuzzer.c: Likewise
2018-04-20 23:59:58 +02:00
Tim Rühsen
23b0275feb
Add new HTML parser fuzzer
...
* fuzz/Makefile.am: Add wget_html_fuzzer
* fuzz/wget_html_fuzzer.c: New fuzzer
* fuzz/wget_html_fuzzer.dict: HTML dictionary for fuzzing
* fuzz/wget_html_fuzzer.in: Initial corpora
* src/html-url.c: Add new function get_urls_html_fm()
* src/html-url.h: Add ne function get_urls_html_fm()
* src/wget.h: Fix define for fopen_wgetrc()
2018-04-20 22:33:58 +02:00