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-27 13:52:34 +02:00
parent d96d15b588
commit 0bf061d737
+1
View File
@@ -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",