diff options
Diffstat (limited to 'framework/src/suricata/qa/drmemory.suppress')
-rw-r--r-- | framework/src/suricata/qa/drmemory.suppress | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/framework/src/suricata/qa/drmemory.suppress b/framework/src/suricata/qa/drmemory.suppress new file mode 100644 index 00000000..fd79b022 --- /dev/null +++ b/framework/src/suricata/qa/drmemory.suppress @@ -0,0 +1,16 @@ +UNADDRESSABLE ACCESS +name=magic issue, not important +libc.so.6!__strnlen_sse2 +libc.so.6!_IO_vfprintf_internal +libc.so.6!__GI___vasprintf_chk +libc.so.6!__asprintf_chk +libmagic.so.1!? +libmagic.so.1!file_apprentice +libmagic.so.1!magic_load +suricata!main + +LEAK +name=useless warning, likely DrMemory bug +* +libpcre.so.3!pcre_get_substring + |