diff options
author | Monty <monty@mariadb.org> | 2017-11-01 20:30:32 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-11-02 20:37:26 +0200 |
commit | a17e7d0747ae51b9df4474edbbab0b08106e5bc9 (patch) | |
tree | 46ac76b14c23ab7ddcddb5b995b40e95283c97aa /mysql-test/valgrind.supp | |
parent | c127a1ba1450caa3a73a7b7a1a23a74f4d5a2376 (diff) | |
download | mariadb-git-a17e7d0747ae51b9df4474edbbab0b08106e5bc9.tar.gz |
Updated valgrind.supp
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 2b54554923c..d9597e625fe 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1247,6 +1247,13 @@ } { + Galera uses gcc __thread variables + Memcheck:Leak + fun:memalign + fun:__tls_get_addr +} + +{ Mroonga: dlopen leaves some "still reachable" Memcheck:Leak fun:malloc @@ -1747,8 +1754,10 @@ match-leak-kinds: reachable fun:malloc fun:CRYPTO_malloc - fun:ENGINE_ADD + ... + fun:ENGINE_add } + { OPENSSL 1.0.1k crypto leak Memcheck:Leak @@ -1757,14 +1766,3 @@ 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 -} |