From 8f1806605d938eec758fbefa9657dc0f58ed1c7e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 15 Jun 2016 11:21:16 +0200 Subject: [PATCH] leak-detective: Whitelist __fprintf_chk as seen on newer systems --- src/libstrongswan/utils/leak_detective.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 4b1ed7afb3..1543c7f999 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -522,6 +522,7 @@ char *whitelist[] = { "vsyslog", "__syslog_chk", "__vsyslog_chk", + "__fprintf_chk", "getaddrinfo", "setlocale", "getpass", -- 2.47.2