This file is indexed.

/var/lib/pcp/testsuite/valgrind-suppress-3.13.0 is in pcp-testsuite 4.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
44
45
46
47
48
49
50
51
# qa/1080 and qa/490 and qa/386 and qa/459 on vm12 (Fedora 26)
# at 0x483123E: malloc (vg_replace_malloc.c:299)
# by 0x4A92343: tsearch (in /usr/lib/libc-2.25.so)
# by 0x487F84E: __pmFindPDUBuf (pdubuf.c:130)
# ...
{
   tsearch
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:tsearch
   fun:__pmFindPDUBuf
   ...
}

# qa/1080 and qa/490 and qa/386 and qa/459 on vm12 (Fedora 26)
# at 0x483123E: malloc (vg_replace_malloc.c:299)
# by 0x487F7F4: __pmFindPDUBuf (pdubuf.c:119)
# ...
{
   findpdubuf
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:__pmFindPDUBuf
   ...
}

# qa/720 on vm34 (Arch Linux)
# at 0x4C2CE5F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
# by 0x5C4AFA2: sasl_client_new (in /usr/lib/libsasl2.so.3.0.0)
# by 0x4E9C5EA: __pmSecureClientIPCFlags (secureconnect.c:949)
# by 0x4E9C5EA: __pmSecureClientHandshake (secureconnect.c:1230)
# by 0x4E4E5AD: attributes_handshake (connect.c:205)
# by 0x4E4E5AD: __pmConnectHandshake (connect.c:306)
# by 0x4E4EDD0: __pmConnectPMCD (connect.c:465)
# by 0x4E51668: pmNewContext (context.c:1131)
# by 0x10A45B: main (pminfo.c:877)
{
   sasl_client_new
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:sasl_client_new
   fun:__pmSecureClientIPCFlags
   fun:__pmSecureClientHandshake
   fun:attributes_handshake
   fun:__pmConnectHandshake
   fun:__pmConnectPMCD
   ...
}