From: Tobias Brunner Date: Mon, 26 Jun 2023 12:30:01 +0000 (+0200) Subject: leak-detective: Whitelist C++'s __cxa_get_globals() X-Git-Tag: android-2.4.2~22^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc25f1c25a4ca03584b489509351f6c3fcaa71e;p=thirdparty%2Fstrongswan.git leak-detective: Whitelist C++'s __cxa_get_globals() --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 0f9665843d..437eddab7d 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -666,6 +666,8 @@ static char *whitelist[] = { "botan_privkey_load", "botan_privkey_load_rsa_pkcs1", "botan_kdf", + /* C++ due to Botan */ + "__cxa_get_globals", }; /**