]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist Botan 3.8.0 function variant
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 May 2025 15:52:44 +0000 (17:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Jul 2025 08:28:15 +0000 (10:28 +0200)
Not sure what triggers this exactly as the `cold` attribute is not set
explicitly in the Botan code.

src/libstrongswan/utils/leak_detective.c

index 038cd0a0ceae7fdbe6a75a14ee53b40b7ec75da7..96ed7a8b5af6b0a83ad8c04a606a41e016add302 100644 (file)
@@ -666,6 +666,7 @@ static char *whitelist[] = {
        "botan_privkey_create",
        "botan_privkey_load_ecdh",
        "botan_privkey_load",
+       "botan_privkey_load.cold",
        "botan_privkey_load_rsa_pkcs1",
        "botan_kdf",
        /* C++ due to Botan */