Skip to content

Commit

Permalink
Fix nasa#822, Remove iterator modification in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 21, 2020
1 parent a148b97 commit 9405d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/tbl/cfe_tbl_task_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ int32 CFE_TBL_DeleteCDSCmd(const CFE_TBL_DeleteCDS_t *data)
if (strncmp(CFE_TBL_TaskData.CritReg[i].Name, TableName, CFE_TBL_MAX_FULL_NAME_LEN) == 0)
{
CritRegRecPtr = &CFE_TBL_TaskData.CritReg[i];
i=CFE_PLATFORM_TBL_MAX_CRITICAL_TABLES;
break;
}
}

Expand Down

0 comments on commit 9405d1e

Please sign in to comment.