]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Whitelisted another tzset variant and dlsym
authorMartin Willi <martin@revosec.ch>
Fri, 18 Feb 2011 15:07:16 +0000 (16:07 +0100)
committerMartin Willi <martin@revosec.ch>
Fri, 18 Feb 2011 15:08:01 +0000 (16:08 +0100)
src/libstrongswan/utils/leak_detective.c

index 52e92951b25c2402151f9242b42f3cae524c9332..39505d3f3fdae1c1019f27c9602656c752d9a947 100644 (file)
@@ -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",