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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 # http://crbug.com/57266 (1) | 404 # http://crbug.com/57266 (1) |
405 UNINITIALIZED READ | 405 UNINITIALIZED READ |
406 ... | 406 ... |
407 *!remoting::EncoderVp8::Encode | 407 *!remoting::EncoderVp8::Encode |
408 | 408 |
409 # http://crbug.com/57266 (2) | 409 # http://crbug.com/57266 (2) |
410 UNINITIALIZED READ | 410 UNINITIALIZED READ |
411 ... | 411 ... |
412 *!vp8_* | 412 *!vp8_* |
413 | 413 |
| 414 # http://crbug.com/57910 |
| 415 LEAK |
| 416 ... |
| 417 *!*inflateInit* |
| 418 *!remoting::DecompressorZlib::InitStream |
| 419 *!remoting::DecompressorZlib::Reset |
| 420 |
414 # http://crbug.com/68307 | 421 # http://crbug.com/68307 |
415 LEAK | 422 LEAK |
416 ... | 423 ... |
417 *!PrintDlgExMock | 424 *!PrintDlgExMock |
418 ... | 425 ... |
419 *!PrintingContextTest_PrintAll_Test::TestBody | 426 *!PrintingContextTest_PrintAll_Test::TestBody |
420 | 427 |
421 # Empty line at EOF - workaround for | 428 # Empty line at EOF - workaround for |
422 # http://code.google.com/p/drmemory/issues/detail?id=41 | 429 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |