diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 7c484619434..215afda36ee 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1737,3 +1737,34 @@ ... } +# +# OpenSSL 1.0.1k problems +# + +{ + OPENSSL 1.0.1k crypto leak + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:CRYPTO_malloc + fun:ENGINE_ADD +} +{ + OPENSSL 1.0.1k crypto leak + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:CRYPTO_malloc + fun:ENGINE_new +} + +{ + OPENSSL 1.0.1k crypto leak2 + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:CRYPTO_malloc + fun:sk_new + obj:/lib64/libcrypto.so* + fun:ENGINE_ADD +} |