]> git.proxmox.com Git - mirror_edk2.git/commit
BMP file may has padding data between the bmp header section and the bmp data section...
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Feb 2013 05:48:37 +0000 (05:48 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Feb 2013 05:48:37 +0000 (05:48 +0000)
commitb5ded3c4f0f1912e575f95c34d97b38809d03443
treeeba7484b723d0b687936988fbe112a0983a7ccdf
parent6de4c35f99f05f1d956538852c1cf003883043fd
BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case.

Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14142 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c