updated whitelist (getprotobynumber)

This commit is contained in:
Martin Willi 2006-07-05 13:10:47 +00:00
parent 3dd3c5f39e
commit b190424716
1 changed files with 2 additions and 0 deletions

View File

@ -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},
};
/**