Avoid potential negative array index access to cached text.
[LibreOffice.git] / solenv / sanitizers / valgrind-suppressions
blob1f1dfe04216d0bcef77a7308be71759a99b34400
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 # Pass this file to valgrind with
10 #    --suppressions=solenv/sanitizers/valgrind-suppressions
15 # Ignore module-static data allocated when we dlopen() glib
17    glib1
18    Memcheck:Leak
19    match-leak-kinds: possible
20    ...
21    fun:g_type_register_*
22    ...
23    fun:osl_loadModule
24    ...
27    glib2
28    Memcheck:Leak
29    match-leak-kinds: possible
30    fun:calloc
31    fun:g_malloc0
32    obj:*libgobject*
33    ...
34    fun:call_init.part.0
35    ...
36    fun:osl_loadModule
37    ...