2e23293820d4c3dbe0d131d42186c9fdf49be482
[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    dl_main-suppression-1
20    Memcheck:Cond
21    fun:strlen
22    fun:_dl_init_paths
23    ...
24    fun:_dl_start
25 }
26 {
27    dl_main-suppression-2
28    Memcheck:Cond
29    fun:_dl_relocate_object
30    ...
31    fun:_dl_start
32 }
33
34 {
35    nss_dl_open-supression-1
36    Memcheck:Cond
37    fun:_dl_relocate_object
38    ...
39    fun:__nss_lookup
40 }
41
42 {
43    inet_ntop-suppression-1
44    Memcheck:Cond
45    fun:inet_ntop
46 }
47
48 {
49    siocgifindex-suppression-1
50    Memcheck:Param
51    ioctl(SIOCGIFINDEX)
52    ...
53    fun:_ZN4senf15LLSocketAddress9interfaceERKSs
54 }
55
56 {
57    boost_unittest_sigaltstack-suppression-1
58    Memcheck:Param
59    sigaltstack(ss)
60    ...
61    fun:_ZN5boost17execution_monitor13catch_signalsERKNS_9unit_test9callback0IiEE
62 }
63
64 {
65    senf_writeablepolicy_writeto-supression-1
66    Memcheck:Param
67    socketcall.sendto(msg)
68    ...
69    fun:_ZN4senf15WriteablePolicy7writeto*
70 }