mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
leak-detective: Whitelist C++'s __cxa_get_globals()
This commit is contained in:
parent
e604947df8
commit
fbc25f1c25
@ -666,6 +666,8 @@ static char *whitelist[] = {
|
||||
"botan_privkey_load",
|
||||
"botan_privkey_load_rsa_pkcs1",
|
||||
"botan_kdf",
|
||||
/* C++ due to Botan */
|
||||
"__cxa_get_globals",
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user