mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
overrun of static array
Fix for Coverity error CID: 552 svn path=/trunk/; revision=36415
This commit is contained in:
@@ -179,7 +179,7 @@ LoadConfig(HWND hwndDlg)
|
||||
}
|
||||
}
|
||||
|
||||
for(i=0;i<17;i++)
|
||||
for(i=0;i<16;i++)
|
||||
{
|
||||
if (Sec[i]==pp.user.VideoTimeoutAc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user