summaryrefslogtreecommitdiff
path: root/config/valgrind.sup
blob: b08b7910fc655b83d6834aee6bee868d22bf19b8 (plain)
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
{
   getifaddrs
   Memcheck:Param
   socketcall.sendto(msg)
   fun:sendto
   fun:getifaddrs
}
{
   BerkeleyDB pwrite64 uninitialized bytes
   Memcheck:Param
   pwrite64(buf)
   obj:*libpthread*.so
   fun:__os_io
}
{
   BerkeleyDB pwrite64 uninitialized bytes
   Memcheck:Param
   pwrite64(buf)
   obj:*ld*.so
   fun:__os_io
}

{
   BerkeleyDB __log_putr conditional
   Memcheck:Cond
   fun:__log_putr
   fun:__log_put
}
{
    std::string::_Rep::_S_create
    Memcheck:Leak
    ...
    fun:*_S_create*
}