From: Victor Julien Date: Fri, 13 May 2016 08:50:51 +0000 (+0200) Subject: qa: update drmemory suppressions for hyperscan spm matching X-Git-Tag: suricata-3.1RC1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc63f625f9a8a890d231e1d7dc7c38a30a95168;p=thirdparty%2Fsuricata.git qa: update drmemory suppressions for hyperscan spm matching --- diff --git a/qa/drmemory.suppress b/qa/drmemory.suppress index 7f1da7decd..30fa0d5d85 100644 --- a/qa/drmemory.suppress +++ b/qa/drmemory.suppress @@ -43,6 +43,34 @@ suricata!SigGroupBuild ... libc.so.6!__clone +UNINITIALIZED READ +name=Hyperscan false positives due to DrMemory limitations 3 +... +libhs.so.*!hs_compile +suricata!SpmInitCtx +... +suricata!main + +UNINITIALIZED READ +name=Hyperscan false positives due to DrMemory limitations 4 +... +libhs.so.*!hs_compile +suricata!SpmInitCtx +... +libc.so.6!__clone + +UNINITIALIZED READ +name=Hyperscan false positives due to DrMemory limitations 5 +... +libhs.so.*!hs_compile +suricata!HSBuildDatabase + +UNINITIALIZED READ +name=Hyperscan false positives due to DrMemory limitations 6 +... +libhs.so.*!hs_compile +suricata!HSBuildDatabase + WARNING name=Prefetch warnings 1 ... @@ -58,3 +86,26 @@ libhs.so.*!hs_scan suricata!SCHSSearch ... libc.so.6!__clone + +WARNING +name=Prefetch warnings 3 +... +libhs.so.*!hs_scan +suricata!HSScan +... +suricata!main + +WARNING +name=Prefetch warnings 4 +... +libhs.so.*!hs_scan +suricata!HSScan +... +libc.so.6!__clone + +WARNING +name=Prefetch warnings 5 +... +libhs.so.*!hs_scan +suricata!HSScan +*