leak-detective: Whitelist leaks that occur on Debian buster

This commit is contained in:
Tobias Brunner 2020-08-24 16:20:43 +02:00
parent 5bba0ec0f7
commit 1496991078
1 changed files with 3 additions and 0 deletions

View File

@ -595,6 +595,8 @@ static char *whitelist[] = {
"RAND_DRBG_get0_master",
"RAND_DRBG_get0_private",
"RAND_DRBG_get0_public",
/* We get this via libcurl and OpenSSL 1.1.1 */
"CRYPTO_get_ex_new_index",
/* OpenSSL libssl */
"SSL_COMP_get_compression_methods",
/* NSPR */
@ -622,6 +624,7 @@ static char *whitelist[] = {
"system__tasking__initialize",
"system__tasking__initialization__abort_defer",
"system__tasking__stages__create_task",
"system__task_primitives__operations__register_foreign_thread__2",
/* in case external threads call into our code */
"thread_current_id",
/* FHH IMCs and IMVs */