From 8dc63f625f9a8a890d231e1d7dc7c38a30a95168 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 13 May 2016 10:50:51 +0200 Subject: [PATCH] qa: update drmemory suppressions for hyperscan spm matching --- qa/drmemory.suppress | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) 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 +* -- 2.47.2