]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Remove whitelisted libsoup2.x functions
authorTobias Brunner <tobias@strongswan.org>
Wed, 4 Jun 2025 15:51:55 +0000 (17:51 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 Jun 2025 17:08:57 +0000 (19:08 +0200)
As mentioned in 0f141fb095a41a9fdfe5c111269eb643dc643494, we can't
really whitelist the "leaks" in GLib, so don't even try to do anything
with libsoup3.x.

src/libstrongswan/utils/leak_detective.c

index 999c39167002f3c92bb52c6760e1001d9103b887..038cd0a0ceae7fdbe6a75a14ee53b40b7ec75da7 100644 (file)
@@ -563,16 +563,6 @@ static char *whitelist[] = {
        "xmlInitParserCtxt",
        /* libcurl */
        "Curl_client_write",
-       /* libsoup */
-       "soup_add_timeout",
-       "soup_headers_parse_response",
-       "soup_message_headers_append",
-       "soup_message_headers_clear",
-       "soup_message_headers_get_list",
-       "soup_message_headers_get_one",
-       "soup_session_abort",
-       "soup_session_get_type",
-       "soup_session_remove_feature",
        /* libldap */
        "ldap_int_initialize",
        /* ClearSilver */