]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
ShellPkg: explicitly prevent dereferencing pointer
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / Cp.c
index eb2b2cc5f35dc83a48bf25e44d11868faa470f22..876cb9d3ef8c0cacd0e99c60e88356ed8103b5e4 100644 (file)
@@ -219,7 +219,7 @@ CopySingleFile(
       //\r
       //check if enough space available on destination drive to complete copy\r
       //\r
-      if (DestVolumeInfo->FreeSpace < SourceFileSize) {\r
+      if (DestVolumeInfo!= NULL && (DestVolumeInfo->FreeSpace < SourceFileSize)) {\r
         //\r
         //not enough space on destination directory to copy file\r
         //\r