mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
overrun of static array
Fix for Coverity error CID: 552 svn path=/trunk/; revision=36415
This commit is contained in:
parent
118679eda4
commit
1285642dcd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue