mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Warn if a section doesn't fit into the ImageSize
svn path=/branches/ros-amd64-bringup/; revision=37306
This commit is contained in:
@@ -543,6 +543,12 @@ FrLdrReadAndMapImage(IN FILE *Image,
|
||||
Section[i].Misc.VirtualSize);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
DbgPrint("Section %s in %s doesn't fit: VA: %lx, Size: %lx\n",
|
||||
Section[i].Name, Name, Section[i].VirtualAddress,
|
||||
Section[i].Misc.VirtualSize);
|
||||
}
|
||||
}
|
||||
|
||||
/* Calculate Difference between Real Base and Compiled Base*/
|
||||
|
||||
Reference in New Issue
Block a user