diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index a8ca80e203a..0b0fefd9adf 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -362,7 +362,6 @@ memory "loss" from _dl_init 2 Memcheck:Leak fun:malloc - fun:pool ... fun:call_init* fun:_dl_init @@ -1253,7 +1252,7 @@ } { - XtraDB uses gcc __thread variables + TokuDB uses gcc __thread variables Memcheck:Leak fun:memalign fun:* @@ -1261,6 +1260,13 @@ } { + Galera uses gcc __thread variables + Memcheck:Leak + fun:memalign + fun:__tls_get_addr +} + +{ Mroonga: dlopen leaves some "still reachable" Memcheck:Leak fun:malloc @@ -1752,6 +1758,29 @@ } # +# 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.1l problems # |