]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/CapsuleDump.c
MdeModulePkg CapsuleApp: ASSERT to ensure 'CapsuleIndex' is not NULL
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / CapsuleDump.c
index 9291ba3af358d594a8a2ee4b245e0f4480442ffc..d09b938fed3b7a70e11da1d1f30b3366f3f5269c 100644 (file)
@@ -285,6 +285,7 @@ DmpCapsuleStatusVariable (
              NULL\r
              );\r
   if (!EFI_ERROR(Status)) {\r
+    ASSERT (CapsuleIndex != NULL);\r
     CopyMem(CapsuleIndexData, CapsuleIndex, 11 * sizeof(CHAR16));\r
     CapsuleIndexData[11] = 0;\r
     Print(L"CapsuleMax - %s\n", CapsuleIndexData);\r
@@ -297,6 +298,7 @@ DmpCapsuleStatusVariable (
              NULL\r
              );\r
   if (!EFI_ERROR(Status)) {\r
+    ASSERT (CapsuleIndex != NULL);\r
     CopyMem(CapsuleIndexData, CapsuleIndex, 11 * sizeof(CHAR16));\r
     CapsuleIndexData[11] = 0;\r
     Print(L"CapsuleLast - %s\n", CapsuleIndexData);\r