testing: added more valgrind suppressions for ASN encoding

gnutls + ASN encoding also showed up in the context of libneon.
This commit is contained in:
Patrick Ohly 2011-10-12 12:53:05 +00:00
parent d3d14544f1
commit 0886ceb71a
1 changed files with 14 additions and 0 deletions

View File

@ -612,3 +612,17 @@
...
obj:*libgiognutls.so
}
{
gnutls + libneon: ASN buffer
Memcheck:Addr4
fun:asn1_der_coding
...
obj:*libneon*
}
{
gnutls certificate: ASN buffer
Memcheck:Addr4
fun:asn1_der_coding
...
fun:gnutls_certificate_set_x509_trust_file
}