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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 *!v8* | 466 *!v8* |
467 | 467 |
468 # http://code.google.com/p/drmemory/issues/detail?id=546 | 468 # http://code.google.com/p/drmemory/issues/detail?id=546 |
469 UNINITIALIZED READ | 469 UNINITIALIZED READ |
470 ... | 470 ... |
471 mscms.dll!* | 471 mscms.dll!* |
472 ... | 472 ... |
473 GDI32.dll!* | 473 GDI32.dll!* |
474 *!IconUtil::Create*HICON* | 474 *!IconUtil::Create*HICON* |
475 | 475 |
| 476 # http://crbug.com/92152 |
| 477 LEAK |
| 478 ... |
| 479 USER32.dll!CreateWindowExW |
| 480 *!views::TooltipManagerWin::Init |
| 481 *!views::TooltipManagerWin::TooltipManagerWin |
| 482 |
476 ############################ | 483 ############################ |
477 # TODO(timurrrr): investigate these | 484 # TODO(timurrrr): investigate these |
478 UNINITIALIZED READ | 485 UNINITIALIZED READ |
479 ... | 486 ... |
480 *!win_util::GetLogonSessionOnlyDACL | 487 *!win_util::GetLogonSessionOnlyDACL |
481 | 488 |
482 UNINITIALIZED READ | 489 UNINITIALIZED READ |
483 ... | 490 ... |
484 ntshrui.dll!IsPathSharedW | 491 ntshrui.dll!IsPathSharedW |
485 | 492 |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 UNINITIALIZED READ | 840 UNINITIALIZED READ |
834 softokn3.dll!FC_GetFunctionList | 841 softokn3.dll!FC_GetFunctionList |
835 ... | 842 ... |
836 softokn3.dll!NSC_ModuleDBFunc | 843 softokn3.dll!NSC_ModuleDBFunc |
837 | 844 |
838 UNINITIALIZED READ | 845 UNINITIALIZED READ |
839 freebl3.dll!FREEBL_GetVector | 846 freebl3.dll!FREEBL_GetVector |
840 ... | 847 ... |
841 softokn3.dll!NSC_ModuleDBFunc | 848 softokn3.dll!NSC_ModuleDBFunc |
842 | 849 |
| 850 # http://crbug.com/92150 |
| 851 LEAK |
| 852 ... |
| 853 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl |
| 854 |
843 # Empty line at EOF - workaround for | 855 # Empty line at EOF - workaround for |
844 # http://code.google.com/p/drmemory/issues/detail?id=41 | 856 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |