new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / tests / valgrind.supp
1 {
2    <insert_a_suppression_name_here>
3    Memcheck:Param
4    timer_create(evp)
5    fun:timer_create@@GLIBC_2.3.3
6    fun:srunner_run
7    fun:main
8 }
9 {
10    <insert_a_suppression_name_here>
11    Memcheck:Leak
12    fun:malloc
13    obj:/usr/bin/make
14    obj:/usr/bin/make
15    obj:/usr/bin/make
16    fun:(below main)
17 }
18 {
19    <insert_a_suppression_name_here>
20    Memcheck:Leak
21    fun:malloc
22    obj:/usr/bin/make
23    obj:/usr/bin/make
24    obj:/usr/bin/make
25    obj:/usr/bin/make
26    fun:(below main)
27 }
28 {
29    <insert_a_suppression_name_here>
30    Memcheck:Leak
31    fun:malloc
32    fun:strdup
33    fun:xstrdup
34    obj:/usr/bin/make
35    fun:main
36 }
37 {
38    os_net_unit_test_forced_error
39    Memcheck:Param
40    socketcall.recvfrom(buf)
41    fun:__recvfrom_nocancel
42    fun:OS_RecvUnix
43    fun:test_unixinvalidsockets
44    fun:srunner_run
45    fun:main
46 }
47 {
48    getaddrinfo
49    Memcheck:Param
50    sendmsg(mmsg[0].msg_hdr)
51    ...
52    fun:getaddrinfo
53    ...
54    fun:test_gethost_*
55    ...
56 }