leak-detective: Add on_exit(3) to whitelist

Seems to allocate some TLS value in newer glibc versions.
This commit is contained in:
Tobias Brunner 2023-04-18 14:17:37 +02:00
parent d96d15b588
commit 0bf061d737

View File

@ -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",