From: Tobias Brunner Date: Mon, 12 May 2025 15:52:44 +0000 (+0200) Subject: leak-detective: Whitelist Botan 3.8.0 function variant X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d8b09d2e2fcae9e4ef05b5fd0b0aa817c60c73;p=thirdparty%2Fstrongswan.git leak-detective: Whitelist Botan 3.8.0 function variant Not sure what triggers this exactly as the `cold` attribute is not set explicitly in the Botan code. --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 038cd0a0ce..96ed7a8b5a 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -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 */