From 12d8b09d2e2fcae9e4ef05b5fd0b0aa817c60c73 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 12 May 2025 17:52:44 +0200 Subject: [PATCH] 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. --- src/libstrongswan/utils/leak_detective.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.2