Revision: 16196
          http://sourceforge.net/p/edk2/code/16196
Author:   jcarsey
Date:     2014-10-07 19:57:23 +0000 (Tue, 07 Oct 2014)
Log Message:
-----------
Dmpstore command does not return lasterror equal to 0 when 
?\226?\128?\152-s?\226?\128?\153 flag used to dump variables in file 

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by : Tapan Shah <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

Modified: trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2014-10-03 15:49:59 UTC (rev 16195)
+++ trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2014-10-07 19:57:23 UTC (rev 16196)
@@ -335,7 +335,7 @@
   FreePool (Buffer);
 
   if (!EFI_ERROR (Status) && 
-      (BufferSize != sizeof (NameSize) + sizeof (DataSize) + sizeof (*Guid) + 
sizeof (Attributes) + NameSize + DataSize)
+      (BufferSize != sizeof (NameSize) + sizeof (DataSize) + sizeof (*Guid) + 
sizeof (Attributes) + NameSize + DataSize + sizeof (UINT32))
     ) {
     Status = EFI_DEVICE_ERROR;
   }


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to