summaryrefslogtreecommitdiffstats
path: root/leak-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-14 11:19:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-30 13:22:32 +0200
commitc34ab8e41610c4bf13b9e6cbe1a3a5f6b3505044 (patch)
treeed9d475177b103049165805ca030a3047838e57d /leak-suppress.txt
parentuitest: guard the remaining create_doc_in_start_center (diff)
downloadcore-c34ab8e41610c4bf13b9e6cbe1a3a5f6b3505044.tar.gz
core-c34ab8e41610c4bf13b9e6cbe1a3a5f6b3505044.zip
exclude more UNO type and crypto leaks
that I don't want to try fixing just yet Change-Id: I18fc427ef7d2ed652bb7ffb911fc892833cbefd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118153 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r--leak-suppress.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt
index 1626e5d1573b..6adbb70650a8 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -10,6 +10,7 @@
# uno typelib
leak:cppu/source/typelib/typelib.cxx
+leak:cppuhelper/source/typemanager.cxx
# uno component context
leak:cppu::defaultBootstrap_InitialComponentContext
@@ -77,6 +78,8 @@ 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
+# TODO The code in Signing::Verify is clearly leaking this structure, but naively destroying it inside
# that method results in heap-use-after-free errors
leak:NSS_CMSMessage_CreateFromDER
+leak:PK11_FindPrivateKeyFromCert
+leak:PK11_ImportDERPrivateKeyInfoAndReturnKey