mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[BOOTLIB]
Fix out of bounds read. CID #1363549 svn path=/trunk/; revision=71940
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user