diff options
author | Monty <monty@mariadb.org> | 2019-06-02 13:53:48 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-06-03 15:06:51 +0300 |
commit | 1bfa7ceb72c779171791bf424909074518028124 (patch) | |
tree | e14fc814549ba19c61c3181bcb7d8de966735ced /mysql-test/valgrind.supp | |
parent | 05f8120d0ebaccba6c8dbad1124592315bd1f355 (diff) | |
download | mariadb-git-1bfa7ceb72c779171791bf424909074518028124.tar.gz |
Supress some valgrind warnings
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 ab3d1ba1efe..a8ca80e203a 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -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* +} + |