]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist __fprintf_chk as seen on newer systems
authorTobias Brunner <tobias@strongswan.org>
Wed, 15 Jun 2016 09:21:16 +0000 (11:21 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 15 Jun 2016 09:21:39 +0000 (11:21 +0200)
src/libstrongswan/utils/leak_detective.c

index 4b1ed7afb326742979ea352969194f7e0dd0904b..1543c7f99952e2f8410c3574925aac206f70fc52 100644 (file)
@@ -522,6 +522,7 @@ char *whitelist[] = {
        "vsyslog",
        "__syslog_chk",
        "__vsyslog_chk",
+       "__fprintf_chk",
        "getaddrinfo",
        "setlocale",
        "getpass",