tests: update valgrind suppressions

This commit is contained in:
Benjamin Dauvergne 2015-11-25 04:13:58 +01:00
parent 89ba752aa5
commit 8e78d90d54
3 changed files with 38 additions and 12 deletions

View File

@ -412,3 +412,18 @@
...
fun:g_type_init_*
}
{
suppression 49
Memcheck:Leak
...
fun:call_init.part.0
fun:call_init
fun:_dl_init
obj:/lib/x86_64-linux-gnu/ld-2.19.so
}
{
suppression 50
Memcheck:Leak
...
fun:g_type_register_static
}

View File

@ -32,18 +32,7 @@
{
suppression 16
Memcheck:Leak
fun:malloc
fun:xmlStrndup
fun:xmlStrdup
fun:xmlNewNs
fun:lasso_node_class_set_ns
fun:class_init
fun:g_type_class_ref
}
{
suppression 14
Memcheck:Leak
fun:malloc
...
fun:xmlNewNs
fun:lasso_node_class_set_ns
fun:class_init

View File

@ -57,7 +57,29 @@
{
OpenSSL RSA_padding_add_PKCS1_type_2(Cond)
Memcheck:Cond
...
fun:RSA_padding_add_PKCS1_type_2
fun:RSA_eay_public_encrypt
}
{
OpenSSL BN_*(Value8)
Memcheck:Value8
fun:BN_*
}
{
libcrypto(Value8)
Memcheck:Value8
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
}
{
libcrypto(Cond)
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
}
{
Config
Memcheck:Leak
...
fun:OPENSSL_config
}