]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added buffer checking variants of syslog functions to leak detective
authorMartin Willi <martin@revosec.ch>
Wed, 14 Jul 2010 15:40:06 +0000 (17:40 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 4 Aug 2010 07:26:20 +0000 (09:26 +0200)
src/libstrongswan/utils/leak_detective.c

index 0673878a54113f2b73e2ea508bab7310600a8c1b..ea801bdff3993a9bdf341ce3d0ad2c96c30acb51 100644 (file)
@@ -181,6 +181,8 @@ char *whitelist[] = {
        "register_printf_specifier",
        "syslog",
        "vsyslog",
+       "__syslog_chk",
+       "__vsyslog_chk",
        "getaddrinfo",
        "setlocale",
        /* ignore dlopen, as we do not dlclose to get proper leak reports */