summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp20
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index e3cbf8fba84..6e275ac478e 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -1779,3 +1779,23 @@
fun:CRYPTO_malloc
fun:ENGINE_new
}
+
+#
+# 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*
+}