diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-07-07 16:23:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-07 16:58:08 +0200 |
commit | be2c999b809378736443ba1187a5e7201bfeb057 (patch) | |
tree | 7647b56f0da4a0ef8bac7ac1e19981830c8f8598 /tests | |
parent | 8b78f7c23dd147cab43347ff8720411802a66c7a (diff) |
valgrind.supp: supress OpenSSL false positive seen on travis
Diffstat (limited to 'tests')
-rw-r--r-- | tests/valgrind.supp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 8c81327e1..10b07314a 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -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 +} |