new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / tests / valgrind.supp
diff --git a/src/tests/valgrind.supp b/src/tests/valgrind.supp
new file mode 100644 (file)
index 0000000..726a54e
--- /dev/null
@@ -0,0 +1,56 @@
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Param
+   timer_create(evp)
+   fun:timer_create@@GLIBC_2.3.3
+   fun:srunner_run
+   fun:main
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   obj:/usr/bin/make
+   obj:/usr/bin/make
+   obj:/usr/bin/make
+   fun:(below main)
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   obj:/usr/bin/make
+   obj:/usr/bin/make
+   obj:/usr/bin/make
+   obj:/usr/bin/make
+   fun:(below main)
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   fun:strdup
+   fun:xstrdup
+   obj:/usr/bin/make
+   fun:main
+}
+{
+   os_net_unit_test_forced_error
+   Memcheck:Param
+   socketcall.recvfrom(buf)
+   fun:__recvfrom_nocancel
+   fun:OS_RecvUnix
+   fun:test_unixinvalidsockets
+   fun:srunner_run
+   fun:main
+}
+{
+   getaddrinfo
+   Memcheck:Param
+   sendmsg(mmsg[0].msg_hdr)
+   ...
+   fun:getaddrinfo
+   ...
+   fun:test_gethost_*
+   ...
+}