Give this patch some git header magic.

This commit is contained in:
Peter Jones 2012-08-14 11:53:22 -04:00
parent bf4f4e53a5
commit 189790d285

View File

@ -1,5 +1,15 @@
From d3a9d4e8404e0f402fb371066f0e405ed3cecc29 Mon Sep 17 00:00:00 2001
From: Matthew Garrett <mjg@redhat.com>
Date: Tue, 14 Aug 2012 06:50:00 -0400
Subject: [PATCH] Use the file size, not the image size field, for
verification.
---
shim.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/shim.c b/shim.c diff --git a/shim.c b/shim.c
index fc3dafc..46462bd 100644 index 2d9044d..6a3c054 100644
--- a/shim.c --- a/shim.c
+++ b/shim.c +++ b/shim.c
@@ -555,7 +555,7 @@ done: @@ -555,7 +555,7 @@ done:
@ -48,3 +58,6 @@ index fc3dafc..46462bd 100644
if (status != EFI_SUCCESS) if (status != EFI_SUCCESS)
return status; return status;
--
1.7.11.2