[Libreoffice-commits] core.git: leak-suppress.txt

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 1 11:45:52 UTC 2021


 leak-suppress.txt |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 2f78b2c4e8f82d9b5eb6fb5985a3f5e298b28499
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Jun 1 11:02:22 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jun 1 13:45:07 2021 +0200

    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 at collabora.co.uk>

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


More information about the Libreoffice-commits mailing list