diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
commit | f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch) | |
tree | 49e44c6f87febed37efb953ab5485aa49f6481a7 /src/valgrind-suppressions | |
parent | Initial commit. (diff) | |
download | isc-kea-upstream.tar.xz isc-kea-upstream.zip |
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/valgrind-suppressions')
-rw-r--r-- | src/valgrind-suppressions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/valgrind-suppressions b/src/valgrind-suppressions new file mode 100644 index 0000000..06257e5 --- /dev/null +++ b/src/valgrind-suppressions @@ -0,0 +1,11 @@ +# Valgrind suppressions file. Place permanent suppressions that we never +# want to reconsider again into this file. For temporary suppressions +# that we want to revisit in the future, use +# valgrind-suppressions.revisit. +# +# 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 |