diff options
author | Michael Widenius <monty@mariadb.org> | 2019-03-22 07:01:34 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-04-01 19:47:24 +0300 |
commit | 48c6726b131865364c9e8b9feb7a5280acdc467d (patch) | |
tree | b10528464010a3a37dbb71611c71419fbfae620f /mysql-test/valgrind.supp | |
parent | 10dd290b4b8b8b235c8cf42e100f0a4415629e79 (diff) | |
download | mariadb-git-48c6726b131865364c9e8b9feb7a5280acdc467d.tar.gz |
Updated valgrind.supp for OpenSLL 1.0.1l
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index a5b65f5315c..2ad9eb7532f 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* +} |