Files
wget2/libwget
Tim Rühsen 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
..
2019-06-21 16:04:29 +02:00
2019-06-21 15:52:40 +02:00
2019-06-21 16:04:29 +02:00
2019-06-21 16:04:29 +02:00
2019-06-21 16:04:29 +02:00
2019-06-21 15:52:40 +02:00
2019-06-20 16:51:57 +02:00
2019-06-21 15:52:40 +02:00
2019-06-21 16:04:29 +02:00
2019-06-21 16:04:29 +02:00
2019-06-21 15:32:13 +02:00
2019-06-21 16:04:36 +02:00