mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09: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