Skip to content

Commit 1bfa7ce

Browse files
committed
Supress some valgrind warnings
1 parent 05f8120 commit 1bfa7ce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

mysql-test/valgrind.supp

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,3 +1751,23 @@
17511751
...
17521752
}
17531753

1754+
#
1755+
# OpenSSL 1.0.1l problems
1756+
#
1757+
1758+
{
1759+
OpenSSL 1.0.1l wrong jump
1760+
Memcheck:Cond
1761+
fun:bcmp
1762+
obj:/usr/lib64/libcrypto.so*
1763+
fun:FIPS_selftest
1764+
}
1765+
1766+
{
1767+
OpenSSL 1.0.1l wrong jump 2
1768+
Memcheck:Cond
1769+
obj:/usr/lib64/libcrypto.so*
1770+
fun:FIPS_mode_set
1771+
obj:/usr/lib64/libcrypto.so*
1772+
}
1773+

0 commit comments

Comments
 (0)