DynamoRIO / DynamoRIO/drmemory
do not report still-reachable pre-takeover leaks by default
Open
Component-LeakCheck
Hotlist-Release
OpSys-Windows
Usability
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
Though we might be calling anything with no callstack "pre-takeover", there
is nothing the user can do about these and they should all be from Windows
system libraries, so it seems best to hide them by default.
```
Error #76: REACHABLE LEAK 32768 direct bytes 0x0138ff30-0x01397f30 + 0 indirect bytes
```
See https://groups.google.com/forum/#!topic/drmemory-users/AANv1BJwo-Y
Contributor guide
Assessment
This issue has not been assessed yet.