From: Martin Willi Date: Mon, 8 Dec 2008 15:27:24 +0000 (-0000) Subject: whitelisted another pthread_setspecific implementation X-Git-Tag: 4.2.10~45 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=9eb85cffe1d68213dbb39807f91cf334f9dfc3d8 whitelisted another pthread_setspecific implementation --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index c79d75f..abb470f 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -160,6 +160,7 @@ char *whitelist[] = { /* pthread stuff */ "pthread_create", "pthread_setspecific", + "__pthread_setspecific", /* glibc functions */ "mktime", "__gmtime_r",