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>
This commit is contained in:
parent
3874e092da
commit
c34ab8e416
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
# uno typelib
|
# uno typelib
|
||||||
leak:cppu/source/typelib/typelib.cxx
|
leak:cppu/source/typelib/typelib.cxx
|
||||||
|
leak:cppuhelper/source/typemanager.cxx
|
||||||
|
|
||||||
# uno component context
|
# uno component context
|
||||||
leak:cppu::defaultBootstrap_InitialComponentContext
|
leak:cppu::defaultBootstrap_InitialComponentContext
|
||||||
|
@ -77,6 +78,8 @@ leak:CoinMessages::operator=(CoinMessages const&)
|
||||||
# ignore the in-process Java VM
|
# ignore the in-process Java VM
|
||||||
leak:libjvm
|
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
|
# that method results in heap-use-after-free errors
|
||||||
leak:NSS_CMSMessage_CreateFromDER
|
leak:NSS_CMSMessage_CreateFromDER
|
||||||
|
leak:PK11_FindPrivateKeyFromCert
|
||||||
|
leak:PK11_ImportDERPrivateKeyInfoAndReturnKey
|
||||||
|
|
Loading…
Reference in a new issue