Hi,
Please find the latest report on new defect(s) introduced to coreboot found with Coverity Scan.
1 new defect(s) introduced to coreboot found with Coverity Scan. 2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s)
** CID 1487474: Uninitialized variables (UNINIT)
________________________________________________________________________________________________________ *** CID 1487474: Uninitialized variables (UNINIT) /src/soc/intel/apollolake/cse.c: 82 in read_cse_file() 76 msg.flags = flags; 77 msg.data_size = *size; 78 msg.offset = offset; 79 80 reply_size = sizeof(rmsg); 81
CID 1487474: Uninitialized variables (UNINIT) Using uninitialized value "msg". Field "msg.hdr.is_resp" is uninitialized when calling "heci_send_receive".
82 if (heci_send_receive(&msg, sizeof(msg), &rmsg, &reply_size, HECI_MKHI_ADDR)) { 83 printk(BIOS_ERR, "HECI: Failed to read file\n"); 84 return 0; 85 } 86 87 if (rmsg.data_size > *size) {
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...