Created
October 15, 2020 16:07
-
-
Save bagder/c51479a8017642da7e619e9a78750bfe to your computer and use it in GitHub Desktop.
valgrind.supp fix for zstd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/valgrind.supp b/tests/valgrind.supp | |
index 10b07314a..4aaeac5b4 100644 | |
--- a/tests/valgrind.supp | |
+++ b/tests/valgrind.supp | |
@@ -1,5 +1,13 @@ | |
+{ | |
+ zstd_decompression-1.3.3 | |
+ Memcheck:cond | |
+ fun:ZSTD_decompressStream | |
+ obj:/usr/lib/x86_64-linux-gnu/libzstd.so.1.3.3 | |
+ fun:zstd_unencode_write | |
+} | |
+ | |
{ | |
libidn-idna_to_ascii-error | |
Memcheck:Addr4 | |
fun:idna_to_ascii_4z | |
fun:idna_to_ascii_8z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment