summaryrefslogtreecommitdiff
path: root/leak-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-01 11:02:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-01 13:45:07 +0200
commit2f78b2c4e8f82d9b5eb6fb5985a3f5e298b28499 (patch)
tree3614ac09d8214d47ef1bfc02a1b35eb01a52ca3f /leak-suppress.txt
parent361b95b39c0ad3028f82b9893bb3c84dcbd1932f (diff)
ignore crypto leaks for now
Change-Id: I5cc1d8730378c709582ee9927f63c13f0795866b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116523 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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