diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:46:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-12 15:48:18 +0200 |
commit | c392181211b245e74292424500265323c960c1aa (patch) | |
tree | 0345c19b0a24d2d714f9853a31a6231240b8223d /bin | |
parent | 5e5dc9ec086eb277828abd6bade93dd0faabb9de (diff) |
bin: add drmemory suppressions
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 |