2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # Use via environment variable LSAN_OPTIONS=suppressions=.../leak-suppress.txt
12 leak:cppu/source/typelib/typelib.cxx
14 # uno component context
15 leak:cppu::defaultBootstrap_InitialComponentContext
18 leak:SfxFilterContainer::ReadSingleFilter_Impl
20 # build-time tool soltools/cpp:
21 leak:soltools/cpp/_cpp.c
23 # bridge's RTTI information, leaked knowingly
26 # ignore glib reported leaks, most likely false positives
27 # glib not built with asan/lsan
30 # ignore gdk reported leaks, most likely false positives
31 # gdk not built with asan/lsan
34 # ignore fontconfig reported leaks, most likely false positives
35 # fontconfig not built with asan/lsan
38 # ignore libGL related leaks, most likely false positives
39 # libGL is not built with asan/lsan
42 # knowingly leaked in the unit tests to get a SfxMedium
43 leak:SfxObjectShell::DoInitUnitTest
45 # ignore some libc related leaks
52 # ignore leak in gpgmepp external library
55 # idlc deliberately leaks
56 leak:idlc/source/idlcmain.cxx
58 # deliberate leak in cppunit
59 leak:sal/cppunittester/cppunittester.cxx
61 # TODO Firebird appears to be leaking like a sieve
62 leak:connectivity::firebird::
65 # TODO leaks in basic module
66 # these appears to be some kind of ref-counting cycle
70 # LibXML leaks a couple of objects
73 # LibCoin leaks a little
74 leak:coinComputeIntVariables
75 leak:CoinMessages::operator=(CoinMessages const&)
77 # ignore the in-process Java VM
80 # TODO The code in Signing::Verify is clearly leaking this structure, but naively destroying it instead
81 # that method results in heap-use-after-free errors
82 leak:NSS_CMSMessage_CreateFromDER