diff options
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 3d852120320..fa37535ffe1 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1065,6 +1065,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 |