mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-09-02 17:21:15 +03:00
tests: Added more openssl valgrind suppressions.
This commit is contained in:
@@ -35,6 +35,18 @@
|
||||
fun:BN_*
|
||||
}
|
||||
|
||||
{
|
||||
openssl_bn_value8
|
||||
Memcheck:Value8
|
||||
fun:bn_*
|
||||
}
|
||||
|
||||
{
|
||||
openssl_bn_value4
|
||||
Memcheck:Value4
|
||||
fun:bn_*
|
||||
}
|
||||
|
||||
{
|
||||
openssl_AES_cond
|
||||
Memcheck:Cond
|
||||
@@ -74,6 +86,6 @@
|
||||
{
|
||||
openssl_CRYPTO_leak
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:*alloc
|
||||
fun:CRYPTO_*
|
||||
}
|
||||
|
Reference in New Issue
Block a user