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:
3dd3c5f
)
updated whitelist (getprotobynumber)
author
Martin Willi
<martin@strongswan.org>
Wed, 5 Jul 2006 13:10:47 +0000
(13:10 -0000)
committer
Martin Willi
<martin@strongswan.org>
Wed, 5 Jul 2006 13:10:47 +0000
(13:10 -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
4a2a7e5
..
73214ae
100644
(file)
--- a/
src/libstrongswan/utils/leak_detective.c
+++ b/
src/libstrongswan/utils/leak_detective.c
@@
-32,6
+32,7
@@
#include <unistd.h>
#include <syslog.h>
#include <pthread.h>
+#include <netdb.h>
#include "leak_detective.h"
@@
-161,6
+162,7
@@
whitelist_t whitelist[] = {
{mktime, 0xFF},
{inet_ntoa, 0xFF},
{strerror, 0xFF},
+ {getprotobynumber, 0xFF},
};
/**