mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
leak-detective: Add on_exit(3)
to whitelist
Seems to allocate some TLS value in newer glibc versions.
This commit is contained in:
parent
d96d15b588
commit
0bf061d737
@ -541,6 +541,7 @@ static char *whitelist[] = {
|
||||
"tzset",
|
||||
"_IO_file_doallocate",
|
||||
"selinux_check_access",
|
||||
"on_exit",
|
||||
/* ignore dlopen, as we do not dlclose to get proper leak reports */
|
||||
"dlopen",
|
||||
"dlerror",
|
||||
|
Loading…
x
Reference in New Issue
Block a user