leak-detective: Whitelist C++'s __cxa_get_globals()

This commit is contained in:
Tobias Brunner 2023-06-26 14:30:01 +02:00
parent e604947df8
commit fbc25f1c25

View File

@ -666,6 +666,8 @@ static char *whitelist[] = {
"botan_privkey_load",
"botan_privkey_load_rsa_pkcs1",
"botan_kdf",
/* C++ due to Botan */
"__cxa_get_globals",
};
/**