From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/valgrind-suppressions.revisit | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/valgrind-suppressions.revisit (limited to 'src/valgrind-suppressions.revisit') diff --git a/src/valgrind-suppressions.revisit b/src/valgrind-suppressions.revisit new file mode 100644 index 0000000..8b4a8c7 --- /dev/null +++ b/src/valgrind-suppressions.revisit @@ -0,0 +1,17 @@ +# Place temporary suppressions that we want to revisit in the future +# into this file. For permanent suppressions that we don't want to look +# at again, use valgrind-suppressions. +# +# Don't add any "obj:" lines in suppressions as these are likely +# site-specific. Use "..." instead to match these. Look at the other +# suppressions as examples. +# +# In case you want to make sense of the following symbols, demangle them +# with a command like: c++filt < valgrind-suppressions.revisit + +############################################################################ +#### beginning of suppressions for existing issues that we want to fix. #### + + +####### end of suppressions for existing issues that we want to fix. ####### +############################################################################ -- cgit v1.2.3