[Issue 8263] New: wrong offset in IMAGE_DEBUG_DIRECTORY
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 18 20:41:26 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8263
Summary: wrong offset in IMAGE_DEBUG_DIRECTORY
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Optlink
AssignedTo: nobody at puremagic.com
ReportedBy: dawg at dawgfoto.de
--- Comment #0 from dawg at dawgfoto.de 2012-06-18 20:43:44 PDT ---
While tracking down an issue with dbghelp.dll I found that the AddressOfRawData
offset in the IMAGE_DEBUG_DIRECTORY header is 4 bytes to small.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680307(v=vs.85).aspx
Either we need to add 4 to AddressOfRawData or we need to shift the CodeView
information and reduce PointerToRawData accordingly.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list