minor fixes for clang++
[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    boost_unittest_cleanup-suppression-1
65    Memcheck:Addr4
66    fun:_ZN5boost9unit_test14framework_implD1Ev
67 }
68 {
69    boost_unittest_cleanup-suppression-2
70    Memcheck:Addr8
71    fun:_ZN5boost9unit_test14framework_implD1Ev
72 }
73 {
74    senf_writeablepolicy_writeto-supression-1
75    Memcheck:Param
76    socketcall.sendto(msg)
77    ...
78    fun:_ZN*
79 }