DynamoRIO / DynamoRIO/drmemory
detect GDI handle leaks
Open
Component-LeakCheck
Migrated
OpSys-Windows
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on January 18, 2012 17:23:57_
xref issue #752 xref issue #188 GDI handles are all stored in PEB->GdiSharedHandleTable
(for wow64 need to look at the x64 table)
this issue covers detecting leaks of GDI handles.
xref http://msdn.microsoft.com/en-us/magazine/cc188782.aspx note that the 64-bit table entry is 0x18 bytes
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=756_
Contributor guide
Assessment
This issue has not been assessed yet.