Revert "drsuapi_dissect_element_DsGetNCChangesCtr6TS_ctr6 dissect_krb5_PAC_NDRHEADERBLOB"
[wireshark-sm.git] / tools / vg-suppressions
blobd778cc3290d8444f4877bc20e525047082dcc64d
1 # This file lists suppressions to hide valgrind errors in libraries we don't
2 # control. Be careful adding to it, since overly-broad suppressions may hide
3 # real errors in Wireshark!
5 # This is primarily targeted towards the set of libraries on the fuzz-bot (which
6 # runs a valgrind step) but other entries are welcome as long as they are
7 # sufficiently commented.
9    Libgcrypt leak (gcry_control)
10    Memcheck:Leak
11    match-leak-kinds: reachable
12    fun:malloc
13    ...
14    fun:gcry_control
15    fun:epan_init
16    fun:main
20    Libgcrypt leak (gcry_check_version)
21    Memcheck:Leak
22    match-leak-kinds: reachable
23    fun:malloc
24    ...
25    fun:epan_get_runtime_version_info
26    fun:get_tshark_runtime_version_info
27    fun:get_runtime_version_info
28    fun:main
32    Glib Leak (g_get_charset)
33    Memcheck:Leak
34    match-leak-kinds: reachable
35    fun:*alloc
36    ...
37    fun:g_get_charset
41    Glib Leak (g_get_filename_charsets)
42    Memcheck:Leak
43    match-leak-kinds: reachable
44    fun:*alloc
45    ...
46    fun:g_get_filename_charsets
50    Glib Leak (g_strerror)
51    Memcheck:Leak
52    match-leak-kinds: reachable
53    fun:*alloc
54    ...
55    fun:g_strerror
59    Glib leak (g_get_home_dir)
60    Memcheck:Leak
61    match-leak-kinds: reachable
62    ...
63    fun:g_get_home_dir
67    Glib leak (get_global_random) - requires glib debug symbols
68    Memcheck:Leak
69    match-leak-kinds: reachable
70    ...
71    fun:get_global_random
72    fun:g_random_*
76    Glib leak (g_get_user_config_dir)
77    Memcheck:Leak
78    match-leak-kinds: reachable
79    ...
80    fun:g_get_user_config_dir
84    Glib leak (g_module)
85    Memcheck:Leak
86    match-leak-kinds: reachable
87    ...
88    fun:g_module_*
89    ...
93    Glib leak (g_private_get) - requires glib debugging symbols installed
94    Memcheck:Leak
95    match-leak-kinds: reachable
96    fun:malloc
97    ...
98    fun:g_private_get*
102    Glib leak (g_log)
103    Memcheck:Leak
104    match-leak-kinds: reachable
105    fun:malloc
106    fun:g_malloc
107    ...
108    fun:g_log_set_handler_full
112    Libc and GLib leak (dl_init)
113    Memcheck:Leak
114    fun:*alloc
115    ...
116    fun:call_init.part.0
117    ...
118    fun:_dl_init