Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-27 Thread Olivier Martin
@lists.sourceforge.net Cc: Harry Liebel Subject: Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images Olivier, Thanks for finding this issue and providing the patch. We are reviewing and testing is now and will let you know the results soon. Mike -Original Message- From

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-19 Thread Dong, Eric
; Tian, Feng; Kinney, Michael D Cc: Harry Liebel Subject: Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images Oliver, In red mark code is used to fix the alignment issue raised in IPF platform, we can't remove it. For TE image, it also needs to mak

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-19 Thread Kinney, Michael D
@lists.sourceforge.net Cc: Tian, Feng; Kinney, Michael D; Harry Liebel Subject: Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images Hi Dong, On 19 February 2013 07:56, Dong, Eric wrote: > Oliver, > > > > In red mark code is used to fix the alignment issu

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-19 Thread Olivier Martin
memory is now correct :-) Regards, Olivier From: Dong, Eric [mailto:eric.d...@intel.com] Sent: 19 February 2013 07:56 To: edk2-devel@lists.sourceforge.net; Tian, Feng; Kinney, Michael D Cc: Harry Liebel Subject: Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when load

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-19 Thread Ryan Harkin
by: Ryan Harkin > > > Thanks, > > Eric > > From: Olivier Martin [mailto:olivier.mar...@arm.com] > Sent: Tuesday, February 19, 2013 12:57 AM > To: Tian, Feng; Kinney, Michael D > Cc: edk2-devel@lists.sourceforge.net; Harry Liebel > Subject: [edk2] [PATCH] MdeModulePkg

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-18 Thread Dong, Eric
help to verify this patch. Thanks, Eric From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Tuesday, February 19, 2013 12:57 AM To: Tian, Feng; Kinney, Michael D Cc: edk2-devel@lists.sourceforge.net; Harry Liebel Subject: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow

Re: [edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-18 Thread Ryan Harkin
On 18 February 2013 16:56, Olivier Martin wrote: > Dear MdePkg and MdeModulePkg maintainers, > > > > We found a buffer overflow in the TE image loading. This issue is > architecture independent and could potentially crash the platform. > > The issue has been introduced by this commit: “Fix alignme

[edk2] [PATCH] MdeModulePkg/Core/Pei: Critical buffer overflow when loading TE Images

2013-02-18 Thread Olivier Martin
Dear MdePkg and MdeModulePkg maintainers, We found a buffer overflow in the TE image loading. This issue is architecture independent and could potentially crash the platform. The issue has been introduced by this commit: "Fix alignment requirement when Load IPF TeImage into memory" (https://gi