mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
TODO: enable MDEV-13049 optimization for 10.3
This commit is contained in:
@ -1737,3 +1737,34 @@
|
||||
...
|
||||
}
|
||||
|
||||
#
|
||||
# OpenSSL 1.0.1k problems
|
||||
#
|
||||
|
||||
{
|
||||
OPENSSL 1.0.1k crypto leak
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
fun:ENGINE_ADD
|
||||
}
|
||||
{
|
||||
OPENSSL 1.0.1k crypto leak
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
fun:ENGINE_new
|
||||
}
|
||||
|
||||
{
|
||||
OPENSSL 1.0.1k crypto leak2
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
fun:sk_new
|
||||
obj:/lib64/libcrypto.so*
|
||||
fun:ENGINE_ADD
|
||||
}
|
||||
|
Reference in New Issue
Block a user