mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[BOOTLIB]
Fix out of bounds read. CID #1363549 svn path=/trunk/; revision=71940
This commit is contained in:
parent
b34c2f1548
commit
ab07decf48
1 changed files with 1 additions and 2 deletions
|
@ -778,8 +778,7 @@ BiEnumerateSubObjectElements (
|
|||
(&SubObjectList[i])->Data4[4],
|
||||
(&SubObjectList[i])->Data4[5],
|
||||
(&SubObjectList[i])->Data4[6],
|
||||
(&SubObjectList[i])->Data4[7],
|
||||
(&SubObjectList[i])->Data4[8]);
|
||||
(&SubObjectList[i])->Data4[7]);
|
||||
Status = STATUS_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue