Hi,

Please find the latest report on new defect(s) introduced to ARM-software/arm-trusted-firmware found with Coverity Scan.

Defect Details

** CID 501209:       Control flow issues  (DEADCODE)
/lib/xlat_tables_v2/xlat_tables_core.c: 613           in xlat_tables_map_region()


_____________________________________________________________________________________________
*** CID 501209:         Control flow issues  (DEADCODE)
/lib/xlat_tables_v2/xlat_tables_core.c: 613             in xlat_tables_map_region()
607     
608     			table_base[table_idx] =
609     				xlat_desc(ctx, (uint32_t)mm->attr, table_idx_pa,
610     					  level);
611     		if (is_feat_morello_supported()) {
612     			if (mm->attr & MT_CAP_LD_ST_TRACK) {
>>>     CID 501209:         Control flow issues  (DEADCODE)
>>>     Execution cannot reach this statement: "table_base[table_idx] |= 0x...".
613     				table_base[table_idx] |= (SC_BIT | LC0_BIT);
614     			}
615     		}
616     
617     		} else if (action == ACTION_CREATE_NEW_TABLE) {
618     			uintptr_t end_va;

  

View Defects in Coverity Scan

Best regards,

The Coverity Scan Admin Team