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_slow | 5 *!deflate_slow |
6 *!MOZ_Z_deflate | 6 *!MOZ_Z_deflate |
7 | 7 |
8 ############################ | 8 ############################ |
9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis | 9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis |
10 # assumptions or unhandled syscalls | 10 # assumptions or unhandled syscalls |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 ... | 425 ... |
426 *!vp8_* | 426 *!vp8_* |
427 | 427 |
428 # http://crbug.com/57910 | 428 # http://crbug.com/57910 |
429 POSSIBLE LEAK | 429 POSSIBLE LEAK |
430 ... | 430 ... |
431 *!*inflateInit* | 431 *!*inflateInit* |
432 *!remoting::DecompressorZlib::InitStream | 432 *!remoting::DecompressorZlib::InitStream |
433 *!remoting::DecompressorZlib::Reset | 433 *!remoting::DecompressorZlib::Reset |
434 | 434 |
| 435 # http://crbug.com/70388 |
| 436 LEAK |
| 437 *!operator new |
| 438 *!NewCallback<PrintingContextTest,enum printing::PrintingContext::Result> |
| 439 *!PrintingContextTest_PrintAll_Test::TestBody |
| 440 |
| 441 # http://crbug.com/70389 |
| 442 POSSIBLE LEAK |
| 443 ... |
| 444 WINSPOOL.DRV!OpenPrinterW |
| 445 *!PrintDlgExMock |
| 446 *!printing::PrintingContextWin::AskUserForSettings |
| 447 *!PrintingContextTest_PrintAll_Test::TestBody |
| 448 |
435 # Empty line at EOF - workaround for | 449 # Empty line at EOF - workaround for |
436 # http://code.google.com/p/drmemory/issues/detail?id=41 | 450 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |