X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Ftests%2Fvalgrind.supp;fp=src%2Ftests%2Fvalgrind.supp;h=726a54e10b897858e3c35a66e9e9ce0f32ddd2fb;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=0000000000000000000000000000000000000000;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b;p=ossec-hids.git diff --git a/src/tests/valgrind.supp b/src/tests/valgrind.supp new file mode 100644 index 0000000..726a54e --- /dev/null +++ b/src/tests/valgrind.supp @@ -0,0 +1,56 @@ +{ + + Memcheck:Param + timer_create(evp) + fun:timer_create@@GLIBC_2.3.3 + fun:srunner_run + fun:main +} +{ + + Memcheck:Leak + fun:malloc + obj:/usr/bin/make + obj:/usr/bin/make + obj:/usr/bin/make + fun:(below main) +} +{ + + Memcheck:Leak + fun:malloc + obj:/usr/bin/make + obj:/usr/bin/make + obj:/usr/bin/make + obj:/usr/bin/make + fun:(below main) +} +{ + + 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_* + ... +}