File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3551,11 +3551,11 @@ static BaseType_t prvCreateIdleTasks( void )
35513551 /* coverity[misra_c_2012_rule_14_3_violation] */
35523552 for ( xIdleTaskNameIndex = 0U ; xIdleTaskNameIndex < ( configMAX_TASK_NAME_LEN - taskRESERVED_TASK_NAME_LENGTH ); xIdleTaskNameIndex ++ )
35533553 {
3554- cIdleName [ xIdleTaskNameIndex ] = configIDLE_TASK_NAME [ xIdleTaskNameIndex ];
3555-
35563554 /* MISRA Ref 18.1.1 [Configuration dependent bounds checking] */
35573555 /* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-181 */
35583556 /* coverity[misra_c_2012_rule_18_1_violation] */
3557+ cIdleName [ xIdleTaskNameIndex ] = configIDLE_TASK_NAME [ xIdleTaskNameIndex ];
3558+
35593559 if ( cIdleName [ xIdleTaskNameIndex ] == ( char ) 0x00 )
35603560 {
35613561 break ;
You can’t perform that action at this time.
0 commit comments