OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file contains suppressions for the DrMemory reports happening | 4 # This file contains suppressions for the DrMemory reports happening |
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. | 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. |
6 # Please use suppressions_full.txt for all the reports that can happen only | 6 # Please use suppressions_full.txt for all the reports that can happen only |
7 # in the full mode (drmemory_full), | 7 # in the full mode (drmemory_full), |
8 | 8 |
9 ############################ | 9 ############################ |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 UNADDRESSABLE ACCESS | 67 UNADDRESSABLE ACCESS |
68 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 1) | 68 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 1) |
69 ... | 69 ... |
70 MSWSOCK.dll!WSPStartup | 70 MSWSOCK.dll!WSPStartup |
71 | 71 |
72 UNADDRESSABLE ACCESS | 72 UNADDRESSABLE ACCESS |
73 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 2) | 73 name=https://github.com/DynamoRIO/drmemory/issues/68 (UNADDR 2) |
74 ... | 74 ... |
75 ntdll.dll!RtlValidateUnicodeString | 75 ntdll.dll!RtlValidateUnicodeString |
76 | 76 |
| 77 INVALID HEAP ARGUMENT |
| 78 name=realloc_size_HeapAlloc_mismatch |
| 79 drmemorylib.dll!replace_malloc_usable_size |
| 80 *!_recalloc_base |
| 81 |
77 ############################ | 82 ############################ |
78 # TODO(timurrrr): investigate these | 83 # TODO(timurrrr): investigate these |
79 UNADDRESSABLE ACCESS | 84 UNADDRESSABLE ACCESS |
80 name=TODO SHParseDisplayName | 85 name=TODO SHParseDisplayName |
81 ... | 86 ... |
82 *!SHParseDisplayName | 87 *!SHParseDisplayName |
83 | 88 |
84 UNADDRESSABLE ACCESS | 89 UNADDRESSABLE ACCESS |
85 name=TODO GetCanonicalPathInfo | 90 name=TODO GetCanonicalPathInfo |
86 ... | 91 ... |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 system call NtDuplicateObject | 819 system call NtDuplicateObject |
815 KERNELBASE.dll!DuplicateHandle | 820 KERNELBASE.dll!DuplicateHandle |
816 KERNEL32.dll!DuplicateHandle | 821 KERNEL32.dll!DuplicateHandle |
817 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::DuplicateWinHandle | 822 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::DuplicateWinHandle |
818 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnDuplicateWinHandle | 823 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnDuplicateWinHandle |
819 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnMessageReceived | 824 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnMessageReceived |
820 ipc.dll!IPC::internal::ChannelReader::HandleTranslatedMessage | 825 ipc.dll!IPC::internal::ChannelReader::HandleTranslatedMessage |
821 ipc.dll!IPC::internal::ChannelReader::TranslateInputData | 826 ipc.dll!IPC::internal::ChannelReader::TranslateInputData |
822 ipc.dll!IPC::internal::ChannelReader::AsyncReadComplete | 827 ipc.dll!IPC::internal::ChannelReader::AsyncReadComplete |
823 ipc.dll!IPC::ChannelWin::OnIOCompleted | 828 ipc.dll!IPC::ChannelWin::OnIOCompleted |
OLD | NEW |