summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-11-10 16:12:45 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-11-10 16:12:45 +0200
commita48aa0cd569eda88bef98ed4abe41b0b570fcd51 (patch)
tree6008b19aabfe0554432c87614d1022594f08fc5f /mysql-test/valgrind.supp
parent8409f721ffe2d91b11d3fc03c6872ff57051bbf8 (diff)
parent386e5d476e9bf8f216c760c9076ae0ecdc99054d (diff)
downloadmariadb-git-a48aa0cd569eda88bef98ed4abe41b0b570fcd51.tar.gz
Merge bb-10.2-ext into 10.3
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp22
1 files changed, 10 insertions, 12 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 215afda36ee..3def1bd083b 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
-}