]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist OPENSSL_init_ssl()
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Sep 2020 14:40:48 +0000 (16:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 9 Sep 2020 11:25:30 +0000 (13:25 +0200)
These leaks are reported with OpenSSL 1.1.0+ if the mysql plugin is loaded.

src/libstrongswan/utils/leak_detective.c

index e4b72426d28538c05ee86e2708c7a1ad4a3c9be3..bbf7078dd47688881d076de6ddf4cf5aeef41240 100644 (file)
@@ -583,6 +583,7 @@ static char *whitelist[] = {
        "RSA_new_method",
        /* OpenSSL 1.1.0 does not cleanup anymore until the library is unloaded */
        "OPENSSL_init_crypto",
+       "OPENSSL_init_ssl",
        "CRYPTO_THREAD_lock_new",
        "ERR_add_error_data",
        "ERR_set_mark",