| 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 | |
| 82 ############################ | 77 ############################ |
| 83 # TODO(timurrrr): investigate these | 78 # TODO(timurrrr): investigate these |
| 84 UNADDRESSABLE ACCESS | 79 UNADDRESSABLE ACCESS |
| 85 name=TODO SHParseDisplayName | 80 name=TODO SHParseDisplayName |
| 86 ... | 81 ... |
| 87 *!SHParseDisplayName | 82 *!SHParseDisplayName |
| 88 | 83 |
| 89 UNADDRESSABLE ACCESS | 84 UNADDRESSABLE ACCESS |
| 90 name=TODO GetCanonicalPathInfo | 85 name=TODO GetCanonicalPathInfo |
| 91 ... | 86 ... |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 system call NtDuplicateObject | 803 system call NtDuplicateObject |
| 809 KERNELBASE.dll!DuplicateHandle | 804 KERNELBASE.dll!DuplicateHandle |
| 810 KERNEL32.dll!DuplicateHandle | 805 KERNEL32.dll!DuplicateHandle |
| 811 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::DuplicateWinHandle | 806 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::DuplicateWinHandle |
| 812 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnDuplicateWinHandle | 807 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnDuplicateWinHandle |
| 813 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnMessageReceived | 808 ipc.dll!IPC::AttachmentBrokerPrivilegedWin::OnMessageReceived |
| 814 ipc.dll!IPC::internal::ChannelReader::HandleTranslatedMessage | 809 ipc.dll!IPC::internal::ChannelReader::HandleTranslatedMessage |
| 815 ipc.dll!IPC::internal::ChannelReader::TranslateInputData | 810 ipc.dll!IPC::internal::ChannelReader::TranslateInputData |
| 816 ipc.dll!IPC::internal::ChannelReader::AsyncReadComplete | 811 ipc.dll!IPC::internal::ChannelReader::AsyncReadComplete |
| 817 ipc.dll!IPC::ChannelWin::OnIOCompleted | 812 ipc.dll!IPC::ChannelWin::OnIOCompleted |
| OLD | NEW |