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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 LEAK | 256 LEAK |
257 *!_mtinit | 257 *!_mtinit |
258 *!__tmainCRTStartup | 258 *!__tmainCRTStartup |
259 *!mainCRTStartup | 259 *!mainCRTStartup |
260 | 260 |
261 # http://code.google.com/p/drmemory/issues/detail?id=257 | 261 # http://code.google.com/p/drmemory/issues/detail?id=257 |
262 LEAK | 262 LEAK |
263 ... | 263 ... |
264 *!std::use_facet<std::numpunct<char> > | 264 *!std::use_facet<std::numpunct<char> > |
265 | 265 |
| 266 # http://code.google.com/p/drmemory/issues/detail?id=274 |
| 267 POSSIBLE LEAK |
| 268 ... |
| 269 GDI32.dll!CreateDCW |
| 270 |
| 271 LEAK |
| 272 ... |
| 273 GDI32.dll!CreateDCW |
| 274 |
266 ############################ | 275 ############################ |
267 # TODO(timurrrr): investigate these | 276 # TODO(timurrrr): investigate these |
268 UNINITIALIZED READ | 277 UNINITIALIZED READ |
269 ... | 278 ... |
270 *!win_util::GetLogonSessionOnlyDACL | 279 *!win_util::GetLogonSessionOnlyDACL |
271 | 280 |
272 UNINITIALIZED READ | 281 UNINITIALIZED READ |
273 ... | 282 ... |
274 ADVAPI32.dll!Crypt* | 283 ADVAPI32.dll!Crypt* |
275 | 284 |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 *!vp8_* | 421 *!vp8_* |
413 | 422 |
414 # http://crbug.com/57910 | 423 # http://crbug.com/57910 |
415 POSSIBLE LEAK | 424 POSSIBLE LEAK |
416 ... | 425 ... |
417 *!*inflateInit* | 426 *!*inflateInit* |
418 *!remoting::DecompressorZlib::InitStream | 427 *!remoting::DecompressorZlib::InitStream |
419 *!remoting::DecompressorZlib::Reset | 428 *!remoting::DecompressorZlib::Reset |
420 | 429 |
421 # http://crbug.com/68307 | 430 # http://crbug.com/68307 |
| 431 LEAK |
| 432 ... |
| 433 *!PrintDlgExMock |
| 434 ... |
| 435 *!PrintingContextTest_PrintAll_Test::TestBody |
| 436 |
422 POSSIBLE LEAK | 437 POSSIBLE LEAK |
423 ... | 438 ... |
424 *!PrintDlgExMock | 439 *!PrintDlgExMock |
425 ... | 440 ... |
426 *!PrintingContextTest_PrintAll_Test::TestBody | 441 *!PrintingContextTest_PrintAll_Test::TestBody |
427 | 442 |
428 # Empty line at EOF - workaround for | 443 # Empty line at EOF - workaround for |
429 # http://code.google.com/p/drmemory/issues/detail?id=41 | 444 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |