Files
wget2/examples
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-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00
2018-08-04 21:56:55 +02:00
2019-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00
2019-01-02 12:42:53 +01:00