diff options
author | Monty <monty@mariadb.org> | 2016-12-30 11:23:45 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-01-11 09:18:36 +0200 |
commit | 7567cf5aef9c21b2c8dc404cfe10b4a189851163 (patch) | |
tree | 8ae2a2b3b29570ed4675b9c88f27a7c7da57087c /mysql-test/valgrind.supp | |
parent | ea1b25046c81db8fdf59130126d57cfb42737ba5 (diff) | |
download | mariadb-git-7567cf5aef9c21b2c8dc404cfe10b4a189851163.tar.gz |
Fixes for using ssl with BUILD scripts.
Needed as GNUTLS can't be used by MariaDB on many systems,
like OpenSuse 13.2
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 31b214d75f4..76c848dddad 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1078,6 +1078,16 @@ } { + OpenSSL still reachable. + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + fun:sk_new + fun:SSL_COMP_get_compression_methods + fun:SSL_library_init +} + +{ libcrypto 2.2.1 leak Memcheck:Leak fun:malloc |