mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 10:45:24 -04:00
Version 0.2.3
Minor possible errors correction
This commit is contained in:
parent
5a57489a5e
commit
a86829a27e
4 changed files with 9 additions and 3 deletions
|
@ -416,6 +416,9 @@ Returns:
|
|||
UINT32 i;
|
||||
|
||||
mText = malloc (WNDSIZ * 2 + MAXMATCH);
|
||||
if (!mText)
|
||||
return ERR_OUT_OF_MEMORY;
|
||||
|
||||
for (i = 0 ; i < WNDSIZ * 2 + MAXMATCH; i ++) {
|
||||
mText[i] = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue