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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 UNINITIALIZED READ | 866 UNINITIALIZED READ |
867 softokn3.dll!FC_GetFunctionList | 867 softokn3.dll!FC_GetFunctionList |
868 ... | 868 ... |
869 softokn3.dll!NSC_ModuleDBFunc | 869 softokn3.dll!NSC_ModuleDBFunc |
870 | 870 |
871 UNINITIALIZED READ | 871 UNINITIALIZED READ |
872 freebl3.dll!FREEBL_GetVector | 872 freebl3.dll!FREEBL_GetVector |
873 ... | 873 ... |
874 softokn3.dll!NSC_ModuleDBFunc | 874 softokn3.dll!NSC_ModuleDBFunc |
875 | 875 |
876 # http://crbug.com/92159 | |
877 LEAK | |
878 ... | |
879 *!BookmarkEditorView::Init | |
880 | |
881 # http://crbug.com/92166 | 876 # http://crbug.com/92166 |
882 LEAK | 877 LEAK |
883 ... | 878 ... |
884 *!operator new | 879 *!operator new |
885 *!views::NativeWidgetWin::OnCreate | 880 *!views::NativeWidgetWin::OnCreate |
886 | 881 |
887 # Empty line at EOF - workaround for | 882 # Empty line at EOF - workaround for |
888 # http://code.google.com/p/drmemory/issues/detail?id=41 | 883 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |