mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:01:41 +03:00
valgrind.supp: supress OpenSSL false positive seen on travis
This commit is contained in:
parent
8b78f7c23d
commit
be2c999b80
1 changed files with 21 additions and 0 deletions
|
|
@ -87,3 +87,24 @@
|
|||
fun:operate
|
||||
fun:main
|
||||
}
|
||||
|
||||
{
|
||||
openssl-1.0.1-error-as-seen-on-travis
|
||||
Memcheck:Cond
|
||||
fun:ASN1_STRING_set
|
||||
fun:ASN1_mbstring_ncopy
|
||||
fun:ASN1_mbstring_copy
|
||||
fun:ASN1_STRING_to_UTF8
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
fun:ASN1_item_ex_d2i
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
fun:ASN1_item_ex_d2i
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
||||
fun:ASN1_item_ex_d2i
|
||||
fun:ASN1_item_d2i
|
||||
fun:PEM_X509_INFO_read_bio
|
||||
fun:X509_load_cert_crl_file
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue