Skip to content

Commit 0f141e7

Browse files
committed
Add suppression patterns on 5.7/trunk to fix Valgrind noise
1 parent a4d083b commit 0f141e7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

mysql-test/valgrind.supp

+30
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,36 @@
987987
fun:new_VioSSLFd
988988
}
989989

990+
{
991+
OpenSSL PB2 / 1
992+
Memcheck:Leak
993+
match-leak-kinds: reachable
994+
fun:malloc
995+
fun:CRYPTO_malloc
996+
fun:sk_new
997+
fun:SSL_COMP_get_compression_methods
998+
fun:SSL_library_init
999+
fun:ssl_start
1000+
fun:_Z8init_sslv
1001+
fun:_Z11mysqld_mainiPPc
1002+
fun:main
1003+
}
1004+
1005+
{
1006+
OpenSSL PB2 / 2
1007+
Memcheck:Leak
1008+
match-leak-kinds: reachable
1009+
fun:malloc
1010+
fun:CRYPTO_malloc
1011+
fun:sk_new
1012+
fun:SSL_COMP_get_compression_methods
1013+
fun:SSL_library_init
1014+
fun:ssl_start
1015+
fun:_Z8init_sslv
1016+
fun:_Z11mysqld_mainiPPc
1017+
fun:main
1018+
}
1019+
9901020

9911021
{
9921022
OpenSSL libstdc++ version 5 / one

0 commit comments

Comments
 (0)