Skip to content
Permalink
Browse files
Updated valgrind.supp
  • Loading branch information
montywi committed Nov 2, 2017
1 parent c127a1b commit a17e7d0
Showing 1 changed file with 10 additions and 12 deletions.
@@ -1246,6 +1246,13 @@
fun:__tls_get_addr
}

{
Galera uses gcc __thread variables
Memcheck:Leak
fun:memalign
fun:__tls_get_addr
}

{
Mroonga: dlopen leaves some "still reachable"
Memcheck:Leak
@@ -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
}

0 comments on commit a17e7d0

Please sign in to comment.