Commit a17e7d07 authored by Monty's avatar Monty

Updated valgrind.supp

parent c127a1ba
...@@ -1246,6 +1246,13 @@ ...@@ -1246,6 +1246,13 @@
fun:__tls_get_addr fun:__tls_get_addr
} }
{
Galera uses gcc __thread variables
Memcheck:Leak
fun:memalign
fun:__tls_get_addr
}
{ {
Mroonga: dlopen leaves some "still reachable" Mroonga: dlopen leaves some "still reachable"
Memcheck:Leak Memcheck:Leak
...@@ -1747,8 +1754,10 @@ ...@@ -1747,8 +1754,10 @@
match-leak-kinds: reachable match-leak-kinds: reachable
fun:malloc fun:malloc
fun:CRYPTO_malloc fun:CRYPTO_malloc
fun:ENGINE_ADD ...
fun:ENGINE_add
} }
{ {
OPENSSL 1.0.1k crypto leak OPENSSL 1.0.1k crypto leak
Memcheck:Leak Memcheck:Leak
...@@ -1757,14 +1766,3 @@ ...@@ -1757,14 +1766,3 @@
fun:CRYPTO_malloc fun:CRYPTO_malloc
fun:ENGINE_new 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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment