diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2017-05-14 16:22:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-14 16:22:09 +0200 |
commit | 5c23666b58bb1dd4aea15c0d62a2f716d5be7f52 (patch) | |
tree | e6497e9b55c073be209ec673ef05e62bf57a2c8f /bin | |
parent | 4701dd3b0c8323a11cf7d5ad09c579a9864a41bd (diff) | |
parent | c392181211b245e74292424500265323c960c1aa (diff) |
Merge branch 'unstable' into unstable
Diffstat (limited to 'bin')
-rw-r--r-- | bin/drmemory-suppressions.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/bin/drmemory-suppressions.txt b/bin/drmemory-suppressions.txt new file mode 100644 index 00000000..1f94c108 --- /dev/null +++ b/bin/drmemory-suppressions.txt @@ -0,0 +1,43 @@ +UNADDRESSABLE ACCESS +name=false positive 1 +Qt5Gui.dll!qt_blend_argb32_on_argb32_ssse3 + +INVALID HEAP ARGUMENT +name=stfu qtcore +Qt5Core.dll!* + +INVALID HEAP ARGUMENT +name=stfu qwindows 1 +qwindows.dll!* + +LEAK +name=stfu qwindows 2 +qwindows.dll!* + +INVALID HEAP ARGUMENT +name=stfu qtgui +Qt5Gui.dll!* + +INVALID HEAP ARGUMENT +name=stfu sixense 1 +sixense.dll!* + +UNADDRESSABLE ACCESS +name=stfu sixense 2 +sixense.dll!* + +UNINITIALIZED READ +name=dinput +system call NtUserGetRawInputDeviceInfo parameter value #2 + +LEAK +name=stfu leak qtcore 1 +Qt5Core.dll!* + +LEAK +name=cv 1 +opentrack-tracker-pt.dll!cv::`dynamic initializer for '__initialization_mutex_initializer'' + +LEAK +name=cv 2 +opentrack-tracker-aruco.dll!cv::`dynamic initializer for '__initialization_mutex_initializer''
\ No newline at end of file |