On Mon, Jun 15, 2020 at 07:12 AM, Ard Biesheuvel wrote:
On Wed, Jun 10, 2020 at 01:17 AM, Ard Biesheuvel wrote:
+ *ImageBase =3D ImageContext->ImageAddress;=0D
I think the '*ImageBase = ImageContext->ImageAddress;' statement can be moved inside the if condition.
No, the TE branch of the if() does a subtraction so it needs the value to be set beforehand.
Sorry, I missed the -=. Please ignore.

Regards,

Sami Mujawar