summaryrefslogtreecommitdiff
path: root/leak-suppress.txt
blob: b4fb50a568dfbd579605a95f3ffdd4cccaf1bff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

# Use via environment variable LSAN_OPTIONS=.../leak-suppress.txt

# uno typelib
leak:cppu/source/typelib/typelib.cxx

# uno component context
leak:cppu::defaultBootstrap_InitialComponentContext

# global objects
leak:SfxFilterContainer::ReadSingleFilter_Impl

# build-time tool soltools/cpp:
leak:soltools/cpp/_cpp.c

# resource managers, normally global objects
leak:ResMgr::CreateResMgr

# bridge's RTTI information, leaked knowingly
leak:RTTI::getRTTI

# ignore glib reported leaks, most likely false positives
# glib not built with asan/lsan
leak:libglib

# ignore gdk reported leaks, most likely false positives
# gdk not built with asan/lsan
leak:libgdk

# ignore fontconfig reported leaks, most likely false positives
# fontconfig not built with asan/lsan
leak:libfontconfig.so

# ignore libGL related leaks, most likely false positives
# libGL is not built with asan/lsan
leak:libGL.so
ionStephan Bergmann 2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski 2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard 2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek 2018-11-18fix off by one errorMarkus Mohrhard 2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski 2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski 2018-03-20updater: Tone down the geekiness in user-facing stringsAdolfo Jayme Barrientos 2018-01-17Blind fixStephan Bergmann 2018-01-16Fix typosAndrea Gelmini 2018-01-16Missing includeStephan Bergmann 2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin 2017-12-30Updater Icon: Shrink svg fileandreas kainz 2017-11-19Fix typosAndrea Gelmini 2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann 2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl 2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard 2017-08-28update updater iconandreas kainz