Skip to content

Instantly share code, notes, and snippets.

@bagder
Created October 15, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bagder/c51479a8017642da7e619e9a78750bfe to your computer and use it in GitHub Desktop.
Save bagder/c51479a8017642da7e619e9a78750bfe to your computer and use it in GitHub Desktop.
valgrind.supp fix for zstd
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