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)
11 match-leak-kinds: reachable
20 Libgcrypt leak (gcry_check_version)
22 match-leak-kinds: reachable
25 fun:epan_get_runtime_version_info
26 fun:get_tshark_runtime_version_info
27 fun:get_runtime_version_info
32 Glib Leak (g_get_charset)
34 match-leak-kinds: reachable
41 Glib Leak (g_get_filename_charsets)
43 match-leak-kinds: reachable
46 fun:g_get_filename_charsets
50 Glib Leak (g_strerror)
52 match-leak-kinds: reachable
59 Glib leak (g_get_home_dir)
61 match-leak-kinds: reachable
67 Glib leak (get_global_random) - requires glib debug symbols
69 match-leak-kinds: reachable
76 Glib leak (g_get_user_config_dir)
78 match-leak-kinds: reachable
80 fun:g_get_user_config_dir
86 match-leak-kinds: reachable
93 Glib leak (g_private_get) - requires glib debugging symbols installed
95 match-leak-kinds: reachable
104 match-leak-kinds: reachable
108 fun:g_log_set_handler_full
112 Libc and GLib leak (dl_init)