]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
qa: update drmemory suppressions for hyperscan spm matching
authorVictor Julien <victor@inliniac.net>
Fri, 13 May 2016 08:50:51 +0000 (10:50 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 18 May 2016 15:38:20 +0000 (17:38 +0200)
qa/drmemory.suppress

index 7f1da7decd8d91d036604be2f9f4c1416bd15528..30fa0d5d85e75bea8879ab3cc5e0b643867896a0 100644 (file)
@@ -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
+*