summaryrefslogtreecommitdiff
path: root/EdkShellBinPkg/SecurityPatch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'EdkShellBinPkg/SecurityPatch.diff')
-rw-r--r--EdkShellBinPkg/SecurityPatch.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/EdkShellBinPkg/SecurityPatch.diff b/EdkShellBinPkg/SecurityPatch.diff
deleted file mode 100644
index 01a05c0..0000000
--- a/EdkShellBinPkg/SecurityPatch.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: shellenv/exec.c
-===================================================================
---- shellenv/exec.c (revision 36)
-+++ shellenv/exec.c (working copy)
-@@ -2079,6 +2079,10 @@
- if (!EFI_ERROR (Status)) {
- goto Done;
- } else {
-+ //
-+ // Set ImageHandle to NULL if any error status is returned.
-+ //
-+ ImageHandle = NULL;
- Status = LibGetImageHeader (
- DevicePath,
- &DosHeader,