Hi,

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

Defect Details

** CID 493457:       Control flow issues  (UNREACHABLE)
/plat/arm/board/fvp/fvp_spmd_logical_sp.c: 37           in fvp_get_partition_info()


_____________________________________________________________________________________________
*** CID 493457:         Control flow issues  (UNREACHABLE)
/plat/arm/board/fvp/fvp_spmd_logical_sp.c: 37             in fvp_get_partition_info()
31     	 * SPM.
32     	 *
33     	 * TODO: Integrate this helper function for a new anticipated feature.
34     	 */
35     	return;
36     
>>>     CID 493457:         Control flow issues  (UNREACHABLE)
>>>     This code cannot be reached: "struct ffa_value ret = {0UL};".
37     	struct ffa_value ret = { 0 };
38     	uint32_t target_uuid[4] = { 0 };
39     	static struct ffa_partition_info_v1_1
40     		part_info[SPMD_LP_MAX_SUPPORTED_SP] = { 0 };
41     
42     	uint16_t num_partitions = 0;

  

View Defects in Coverity Scan

Best regards,

The Coverity Scan Admin Team