On 08/01/13 04:21, Gary Ching-Pang Lin wrote:
> When enrolling the certificate from a file, the suffix check function
> check the last 4 characters to filter out non-DER files. However,
> if the length of the file name is less than 4, the address prior to
> the file name will be accessed while it shouldn't. This commit checks
> the length of the file name to avoid illegal access.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Gary Ching-Pang Lin <g...@suse.com>
> ---
>  .../SecureBootConfigDxe/SecureBootConfigImpl.c      | 21 
> ++++++++++++++++++---
>  1 file changed, 18 insertions(+), 3 deletions(-)

I compared this with your v1 posting.

Reviewed-by: Laszlo Ersek <ler...@redhat.com>

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to