From: Victor Julien Date: Sat, 18 Oct 2014 19:47:52 +0000 (+0200) Subject: Suppress ARM valgrind warning X-Git-Tag: suricata-2.0.5~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1185%2Fhead;p=thirdparty%2Fsuricata.git Suppress ARM valgrind warning Not Suricata related, so suppress. --- diff --git a/qa/valgrind.suppress b/qa/valgrind.suppress index 548285d34b..3d2aebdf46 100644 --- a/qa/valgrind.suppress +++ b/qa/valgrind.suppress @@ -49,5 +49,21 @@ fun:start_thread fun:clone } +{ + Warning on ARM, not Suricata related + Memcheck:Addr4 + fun:strlen + fun:_dl_open + fun:do_dlopen + fun:_dl_catch_error + fun:dlerror_run + fun:__libc_dlopen_mode + fun:__nss_lookup_function + fun:__nss_lookup + fun:getprotobyname_r@@GLIBC_2.4 + fun:getprotobyname + fun:DetectIPProtoParse + fun:DetectIPProtoTestParse02 +}