From 87e19ea68f7ad7a76435f925344534d26cf70f84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Oct 2024 14:32:54 +0200 Subject: [PATCH] tests/valgrind.supp: remove a travis suppression, add a Debian We have not used Travis for years. The Debian one appears on my dev machine since a while back. Closes #15142 --- tests/valgrind.supp | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 422dadf71a..787943eaa7 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -130,22 +130,10 @@ } { - 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 + inet_pton6-Debian-GLIBC-2.40-3 + Memcheck:Overlap + fun:__memcpy_chk + fun:memmove + fun:inet_pton6 + fun:ipv6_parse } -- 2.47.3