Fix valgrind suppressions
[senf.git] / tools / valgrind.sup
1 {
2    gethostbyname2_r-suppression-1
3    Memcheck:Addr4
4    ...
5    fun:_dl_open
6    ...
7    fun:gethostbyname2_r
8 }
9 {
10    gethostbyname2_r-suppression-2
11    Memcheck:Cond
12    ...
13    fun:_dl_open
14    ...
15    fun:gethostbyname2_r
16 }
17
18 {
19    inet_ntop-suppression-1
20    Memcheck:Cond
21    fun:inet_ntop
22 }
23
24 {
25    if_indextoname-suppression-1
26    Memcheck:Param
27    ioctl(SIOCGIFINDEX)
28 }
29
30 {
31    boost_unittest_sigaltstack-suppression-1
32    Memcheck:Param
33    sigaltstack(ss)
34    ...
35    fun:_ZN5boost17execution_monitor13catch_signalsERKNS_9unit_test9callback0IiEE
36 }
37
38 {
39    senf_writeablepolicy_writeto-supression-1
40    Memcheck:Param
41    socketcall.sendto(msg)
42    ...
43    fun:_ZN4senf15WriteablePolicy7writeto*
44 }