mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +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[4],
|
||||||
(&SubObjectList[i])->Data4[5],
|
(&SubObjectList[i])->Data4[5],
|
||||||
(&SubObjectList[i])->Data4[6],
|
(&SubObjectList[i])->Data4[6],
|
||||||
(&SubObjectList[i])->Data4[7],
|
(&SubObjectList[i])->Data4[7]);
|
||||||
(&SubObjectList[i])->Data4[8]);
|
|
||||||
Status = STATUS_SUCCESS;
|
Status = STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue