Skip to content

Commit 2fffd76

Browse files
author
Sreeharsha Ramanavarapu
committed
Bug #22459137: MYSQL 5.6: VALGRIND FAILURES IN PB2 WITH
OPEN SSL TRACE Open ssl has valgrind issues. The relevant stacktraces have been added to valgrind.supp. This is a backport from 5.7: 2ad2964fe0c254ee77c402b674befaa216f6cf20
1 parent 601d4e4 commit 2fffd76

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

mysql-test/valgrind.supp

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Library General Public
@@ -933,3 +933,35 @@
933933
fun:mi_arena.*
934934
fun:malloc_info
935935
}
936+
937+
#supress warnings from openssl
938+
939+
{
940+
OpenSSL PB2 / 1
941+
Memcheck:Leak
942+
match-leak-kinds: reachable
943+
fun:malloc
944+
fun:CRYPTO_malloc
945+
fun:sk_new
946+
fun:SSL_COMP_get_compression_methods
947+
fun:SSL_library_init
948+
fun:ssl_start
949+
fun:_Z8init_sslv
950+
fun:_Z11mysqld_mainiPPc
951+
fun:main
952+
}
953+
954+
{
955+
OpenSSL PB2 / 2
956+
Memcheck:Leak
957+
match-leak-kinds: reachable
958+
fun:malloc
959+
fun:CRYPTO_malloc
960+
fun:sk_new
961+
fun:SSL_COMP_get_compression_methods
962+
fun:SSL_library_init
963+
fun:ssl_start
964+
fun:_ZL8init_sslv
965+
fun:_Z11mysqld_mainiPPc
966+
fun:main
967+
}

0 commit comments

Comments
 (0)