From: Martin Willi Date: Fri, 18 Feb 2011 15:07:16 +0000 (+0100) Subject: Whitelisted another tzset variant and dlsym X-Git-Tag: 4.5.2~261 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07bda3feea7943f74ff8a0bab92084a402fe2d1b;p=thirdparty%2Fstrongswan.git Whitelisted another tzset variant and dlsym --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 52e92951b2..39505d3f3f 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -165,6 +165,7 @@ char *whitelist[] = { "__gmtime_r", "localtime_r", "tzset", + "time_printf_hook", "inet_ntoa", "strerror", "getprotobyname", @@ -190,6 +191,7 @@ char *whitelist[] = { "dlopen", "dlerror", "dlclose", + "dlsym", /* mysql functions */ "mysql_init_character_set", "init_client_errs",