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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 | 265 |
266 # http://code.google.com/p/drmemory/issues/detail?id=274 | 266 # http://code.google.com/p/drmemory/issues/detail?id=274 |
267 POSSIBLE LEAK | 267 POSSIBLE LEAK |
268 ... | 268 ... |
269 GDI32.dll!CreateDCW | 269 GDI32.dll!CreateDCW |
270 | 270 |
271 LEAK | 271 LEAK |
272 ... | 272 ... |
273 GDI32.dll!CreateDCW | 273 GDI32.dll!CreateDCW |
274 | 274 |
| 275 # http://code.google.com/p/drmemory/issues/detail?id=274 |
| 276 LEAK |
| 277 *!_getptd_noexit |
| 278 *!_getptd |
| 279 |
275 ############################ | 280 ############################ |
276 # TODO(timurrrr): investigate these | 281 # TODO(timurrrr): investigate these |
277 UNINITIALIZED READ | 282 UNINITIALIZED READ |
278 ... | 283 ... |
279 *!win_util::GetLogonSessionOnlyDACL | 284 *!win_util::GetLogonSessionOnlyDACL |
280 | 285 |
281 UNINITIALIZED READ | 286 UNINITIALIZED READ |
282 ... | 287 ... |
283 ADVAPI32.dll!Crypt* | 288 ADVAPI32.dll!Crypt* |
284 | 289 |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 | 427 |
423 # http://crbug.com/57910 | 428 # http://crbug.com/57910 |
424 POSSIBLE LEAK | 429 POSSIBLE LEAK |
425 ... | 430 ... |
426 *!*inflateInit* | 431 *!*inflateInit* |
427 *!remoting::DecompressorZlib::InitStream | 432 *!remoting::DecompressorZlib::InitStream |
428 *!remoting::DecompressorZlib::Reset | 433 *!remoting::DecompressorZlib::Reset |
429 | 434 |
430 # Empty line at EOF - workaround for | 435 # Empty line at EOF - workaround for |
431 # http://code.google.com/p/drmemory/issues/detail?id=41 | 436 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |