summaryrefslogtreecommitdiffstats
path: root/appliance/guestfsd.suppressions
blob: cb050796cd755cae132e9cace02c0a578da4c6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is only used when libguestfs is configured with
#
#   ./configure --enable-valgrind-daemon
#
# (only used for development, and only used in the regular supermin
# appliance, not libguestfs live).
#
# If there are any valgrind errors in the base libraries such as
# glibc, then we can suppress them here, so we only see errors in
# libguestfs daemon code.

# libdl
{
  libdl_index_cond
  Memcheck:Cond
  fun:index
  fun:expand_dynamic_string_token
  fun:_dl_map_object
}