Skip to content

Commit

Permalink
Supress some valgrind warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Jun 3, 2019
1 parent 05f8120 commit 1bfa7ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mysql-test/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -1751,3 +1751,23 @@
...
}

#
# OpenSSL 1.0.1l problems
#

{
OpenSSL 1.0.1l wrong jump
Memcheck:Cond
fun:bcmp
obj:/usr/lib64/libcrypto.so*
fun:FIPS_selftest
}

{
OpenSSL 1.0.1l wrong jump 2
Memcheck:Cond
obj:/usr/lib64/libcrypto.so*
fun:FIPS_mode_set
obj:/usr/lib64/libcrypto.so*
}

0 comments on commit 1bfa7ce

Please sign in to comment.