mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 22:34:32 +02:00
Squelch openssl spurious leak and memory errors
This commit is contained in:
@@ -8,3 +8,22 @@
|
|||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:_ZN5beast4zlib6detail14deflate_stream11fill_windowIvEEvRNS0_8z_paramsE
|
fun:_ZN5beast4zlib6detail14deflate_stream11fill_windowIvEEvRNS0_8z_paramsE
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Ignore OpenSSL malloc
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:malloc
|
||||||
|
fun:CRYPTO_malloc
|
||||||
|
obj:*libcrypto*
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Ignore OpenSSL realloc
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:realloc
|
||||||
|
fun:CRYPTO_realloc
|
||||||
|
obj:*libcrypto*
|
||||||
|
}
|
||||||
|
{
|
||||||
|
OpenSSL Non-Purify
|
||||||
|
Memcheck:Cond
|
||||||
|
obj:*libcrypto*
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user