blob: 486545c307bef6066c63966556d0e70ec12add19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
############################
# Suppress some false reports due to bugs in Dr.Memory like wrong analysis
# assumptions or unhandled syscalls
# False reports during printing using fprintf
UNINITIALIZED READ
system call NtRaiseException
KERNEL32.dll!RaiseException
*!DebuggerProbe
*!DebuggerKnownHandle
UNADDRESSABLE ACCESS
ntdll.dll!towlower
ntdll.dll!KiUserExceptionDispatcher
*!DebuggerProbe
*!DebuggerKnownHandle
# LoadLibrary calls give some strange reports
UNADDRESSABLE ACCESS
ntdll.dll!strchr
KERNEL32.dll!LoadLibraryExW
# http://code.google.com/p/drmemory/issues/detail?id=11
UNADDRESSABLE ACCESS
*!_chkstk
# http://code.google.com/p/drmemory/issues/detail?id=12
UNINITIALIZED READ
ntdll.dll!Rtl*
ntdll.dll!Rtl*
ntdll.dll!RtlFindActivationContextSectionString
UNINITIALIZED READ
...
SHELL32.dll!SHFileOperation*
UNINITIALIZED READ
...
SHELL32.dll!SHGetFolderPath*
UNINITIALIZED READ
...
SHELL32.dll!SHCreateDirectory*
UNADDRESSABLE ACCESS
...
SHELL32.dll!SHFileOperation*
# http://code.google.com/p/drmemory/issues/detail?id=14
UNINITIALIZED READ
...
KERNEL32.dll!CreateProcess*
# http://code.google.com/p/drmemory/issues/detail?id=15
UNINITIALIZED READ
...
*!rand_s
# http://code.google.com/p/drmemory/issues/detail?id=17
UNINITIALIZED READ
...
*!CreateWindow*
# http://code.google.com/p/drmemory/issues/detail?id=36
UNINITIALIZED READ
system call NtContinue
*!DebuggerProbe
*!DebuggerKnownHandle
# http://code.google.com/p/drmemory/issues/detail?id=40
UNINITIALIZED READ
...
WINSPOOL.DRV!*
UNADDRESSABLE ACCESS
...
WINSPOOL.DRV!*
INVALID HEAP ARGUMENT
...
WINSPOOL.DRV!*
LEAK
...
WINSPOOL.DRV!*
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
...
*!win_util::GetLogonSessionOnlyDACL
UNINITIALIZED READ
...
ADVAPI32.dll!CryptAcquireContext*
############################
# Real issues in Chromium
# Currently - none found.
|