mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -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",
|
"tzset",
|
||||||
"_IO_file_doallocate",
|
"_IO_file_doallocate",
|
||||||
"selinux_check_access",
|
"selinux_check_access",
|
||||||
|
"on_exit",
|
||||||
/* ignore dlopen, as we do not dlclose to get proper leak reports */
|
/* ignore dlopen, as we do not dlclose to get proper leak reports */
|
||||||
"dlopen",
|
"dlopen",
|
||||||
"dlerror",
|
"dlerror",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user