|
|
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 |
|
|
|
baa5ef562f
|
Add sc_prohibit_free to 'make syntax-check'
* cfg.mk: Add sc_prohibit_free rule plus exceptions
* examples/print_css_urls3.c: Remove unneeded comment
* fuzz/libwget_base64_fuzzer.c: Use wget_free() instead of free()
* fuzz/libwget_cookie_fuzzer.c: Likewise
* fuzz/libwget_css_url_fuzzer.c: Likewise
* fuzz/libwget_http_client_fuzzer.c: Likewise
* fuzz/libwget_utils_fuzzer.c: Likewise
* libwget/vector.c: Likewise
* src/options.c: Likewise
* src/wget_main.h: Likewise
* tests/test-compression.c: Likewise
* tests/test-cookies-http_state.c: Likewise
* tests/test-metalink.c: Likewise
* unit-tests/stringmap_perf.c: Likewise
This rule checks for calling free(). Instead, either use wget_free() or
the convenience macro xfree().
|
2019-06-24 16:04:23 +02:00 |
|
|
|
73b7441e9a
|
Move wget_restrict_file_name() to src/utils.c
* fuzz/libwget_utils_fuzzer.c: Remove test code for wget_restrict_file_name()
* include/wget/wget.h: Remove wget_restrict_file_name() prototype
* libwget/utils.c: Remove wget_restrict_file_name()
* src/utils.c: Add wget_restrict_file_name()
* src/wget_utils.h: Add wget_restrict_file_name() prototype
* tests/Makefile.am: Add ../src/utils.c to libtest_la_SOURCES
* tests/libtest.c: Include ../src/wget_utils.h
|
2019-06-21 12:47:06 +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 |
|
|
|
192df373ca
|
* .gitlab-ci/yml: Add scan-build for fuzz/*, tests/* and unit-tests/*
|
2017-10-12 20:52:06 +02:00 |
|
|
|
646d228967
|
* fuzz/libwget_utils_fuzzer.c: Fix call to wget_strglob
|
2017-07-29 23:09:33 +02:00 |
|
|
|
99afbfd05a
|
Enhance memtohex fuzzer, rename it to utils fuzzer
* Makefile.am: Rename libwget_memtohex_fuzzer to libwget_utils_fuzzer
* libwget_memtohex_fuzzer.c: Renamed to libwget_utils_fuzzer.c
* libwget_utils_fuzzer.c: New file
* libwget_utils_fuzzer.in/*: Test corpora
* run-clang.sh: Add merge step in ctrl-c handler
|
2017-07-01 23:21:08 +02:00 |
|