summaryrefslogtreecommitdiffstats
path: root/leak-suppress.txt
diff options
context:
space:
mode:
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r--leak-suppress.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt
index 5d01e504d60b..1626e5d1573b 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -76,3 +76,7 @@ leak:CoinMessages::operator=(CoinMessages const&)
# ignore the in-process Java VM
leak:libjvm
+
+# TODO The code in Signing::Verify is clearly leaking this structure, but naively destroying it instead
+# that method results in heap-use-after-free errors
+leak:NSS_CMSMessage_CreateFromDER