OLD | NEW |
1 ############################ | 1 ############################ |
2 # Known reports on the third party we have no control over. | 2 # Known reports on the third party we have no control over. |
3 UNINITIALIZED READ | 3 UNINITIALIZED READ |
4 ... | 4 ... |
5 *!deflate_* | 5 *!deflate_* |
6 *!MOZ_Z_deflate | 6 *!MOZ_Z_deflate |
7 | 7 |
8 # http://code.google.com/p/drmemory/issues/detail?id=406 | 8 # http://code.google.com/p/drmemory/issues/detail?id=406 |
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. | 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. |
10 LEAK | 10 LEAK |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody | 814 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody |
815 | 815 |
816 # http://crbug.com/91465 | 816 # http://crbug.com/91465 |
817 LEAK | 817 LEAK |
818 *!generic_cpp_alloc | 818 *!generic_cpp_alloc |
819 *!operator new | 819 *!operator new |
820 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* | 820 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* |
821 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* | 821 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* |
822 *!sync_api::SyncManager::SyncInternal::Init | 822 *!sync_api::SyncManager::SyncInternal::Init |
823 | 823 |
| 824 # http://crbug.com/92026 |
| 825 UNINITIALIZED READ |
| 826 softokn3.dll!FC_GetFunctionList |
| 827 ... |
| 828 softokn3.dll!NSC_ModuleDBFunc |
| 829 |
| 830 UNINITIALIZED READ |
| 831 freebl3.dll!FREEBL_GetVector |
| 832 ... |
| 833 softokn3.dll!NSC_ModuleDBFunc |
| 834 |
824 # Empty line at EOF - workaround for | 835 # Empty line at EOF - workaround for |
825 # http://code.google.com/p/drmemory/issues/detail?id=41 | 836 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |