]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist leak in libldap
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 Sep 2016 10:27:33 +0000 (12:27 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 20 Sep 2016 13:36:14 +0000 (15:36 +0200)
src/libstrongswan/utils/leak_detective.c

index d0f646c31531bb6b08456ebf63dc6087469534ac..f199f5293478f4218adbe47993f4a2d5a654aa60 100644 (file)
@@ -551,6 +551,8 @@ char *whitelist[] = {
        "xmlInitParserCtxt",
        /* libcurl */
        "Curl_client_write",
+       /* libldap */
+       "ldap_int_initialize",
        /* ClearSilver */
        "nerr_init",
        /* libgcrypt */