Add getspnam_r() to leak detective whitelist
This commit is contained in:
@@ -225,6 +225,7 @@ char *whitelist[] = {
|
||||
"getpwent_r",
|
||||
"setpwent",
|
||||
"endpwent",
|
||||
"getspnam_r",
|
||||
/* ignore dlopen, as we do not dlclose to get proper leak reports */
|
||||
"dlopen",
|
||||
"dlerror",
|
||||
|
||||
Reference in New Issue
Block a user