Update ParseInf to resolve different line separator between WINDOWS and LINUX (\r\n vs. \n). Update GenFvImage to resolve different file separator between WINDOWS and LINUX (\ vs. /). Add variable initialize for SymImageSize.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1908 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -126,7 +126,7 @@ Returns:
|
||||
CHAR8 SymFileNameBuffer[_MAX_PATH];
|
||||
CHAR8 *SymFileName;
|
||||
UINT8 *SymImage;
|
||||
UINTN SymImageSize;
|
||||
UINTN SymImageSize = 0;
|
||||
CHAR8 *CurrentSymString;
|
||||
|
||||
FvFileName = FvFileNameBuffer;
|
||||
|
Reference in New Issue
Block a user