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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 | 458 |
459 UNINITIALIZED READ | 459 UNINITIALIZED READ |
460 *!* | 460 *!* |
461 *!v8* | 461 *!v8* |
462 | 462 |
463 UNINITIALIZED READ | 463 UNINITIALIZED READ |
464 <not in a module> | 464 <not in a module> |
465 ... | 465 ... |
466 *!v8* | 466 *!v8* |
467 | 467 |
| 468 # http://code.google.com/p/drmemory/issues/detail?id=546 |
| 469 UNINITIALIZED READ |
| 470 ... |
| 471 mscms.dll!* |
| 472 ... |
| 473 GDI32.dll!* |
| 474 *!IconUtil::Create*HICON* |
| 475 |
468 ############################ | 476 ############################ |
469 # TODO(timurrrr): investigate these | 477 # TODO(timurrrr): investigate these |
470 UNINITIALIZED READ | 478 UNINITIALIZED READ |
471 ... | 479 ... |
472 *!win_util::GetLogonSessionOnlyDACL | 480 *!win_util::GetLogonSessionOnlyDACL |
473 | 481 |
474 UNINITIALIZED READ | 482 UNINITIALIZED READ |
475 ... | 483 ... |
476 ntshrui.dll!IsPathSharedW | 484 ntshrui.dll!IsPathSharedW |
477 | 485 |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 ... | 835 ... |
828 softokn3.dll!NSC_ModuleDBFunc | 836 softokn3.dll!NSC_ModuleDBFunc |
829 | 837 |
830 UNINITIALIZED READ | 838 UNINITIALIZED READ |
831 freebl3.dll!FREEBL_GetVector | 839 freebl3.dll!FREEBL_GetVector |
832 ... | 840 ... |
833 softokn3.dll!NSC_ModuleDBFunc | 841 softokn3.dll!NSC_ModuleDBFunc |
834 | 842 |
835 # Empty line at EOF - workaround for | 843 # Empty line at EOF - workaround for |
836 # http://code.google.com/p/drmemory/issues/detail?id=41 | 844 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |