diff options
Diffstat (limited to 'misc/openssl.supp')
-rw-r--r-- | misc/openssl.supp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/openssl.supp b/misc/openssl.supp new file mode 100644 index 0000000..21d47cd --- /dev/null +++ b/misc/openssl.supp @@ -0,0 +1,17 @@ +{ + Ignore OpenSSL malloc + Memcheck:Leak + fun:malloc + fun:CRYPTO_malloc + ... + obj:*libcrypto* +} + +{ + Ignore OpenSSL realloc + Memcheck:Leak + fun:realloc + fun:CRYPTO_realloc + ... + obj:*libcrypto* +} |