DynamoRIO / DynamoRIO/drmemory
Uninits and leaks on ipconfig
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [timurrrr@google.com](https://code.google.com/u/timurrrr@google.com/) on June 23, 2011 06:44:03_
$ drmemory.exe -suppress -- ipconfig
UNINITIALIZED READ: reading 0x003b9f4c-0x003b9f50 4 byte(s) within 0x003b9f48-0x003b9f50
@0:00:02.765 in thread 4064
system call NtDeviceIoControlFile InputBuffer
[different frames]
0x76d63ee3 iphlpapi.dll!GetAdaptersAddresses
0x76d63eae iphlpapi.dll!GetAdaptersAddresses
0x01003e7f ipconfig.exe!?
also,
UNINITIALIZED READ: reading 0x0007be70-0x0007be80 16 byte(s) within 0x0007be6c-0x0007be80
(with a similar stack)
The report was first seen on Chromium then I've decided to run "ipconfig" as a reproducer.
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=473_
Contributor guide
Assessment
This issue has not been assessed yet.