strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d21b354
)
whitelisted another pthread_setspecific implementation
author
Martin Willi
<martin@strongswan.org>
Mon, 8 Dec 2008 15:27:24 +0000
(15:27 -0000)
committer
Martin Willi
<martin@strongswan.org>
Mon, 8 Dec 2008 15:27:24 +0000
(15:27 -0000)
src/libstrongswan/utils/leak_detective.c
patch
|
blob
|
history
diff --git
a/src/libstrongswan/utils/leak_detective.c
b/src/libstrongswan/utils/leak_detective.c
index
c79d75f
..
abb470f
100644
(file)
--- 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 stuff */
"pthread_create",
"pthread_setspecific",
+ "__pthread_setspecific",
/* glibc functions */
"mktime",
"__gmtime_r",
/* glibc functions */
"mktime",
"__gmtime_r",