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-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yq2SfQfrHt3Prsn4qSLrYIrajINpiFX8l0vrlNSf8iCrS27qY0Cr0DkycwNUgGZJj8-3DIEth_L-2FDzr14mnrsJO5b1wX1hp9b1MAQygl7x-2B74RAaH2cn0itco-2FLL4-2FBVhxn-2FbzHvQkCahGpXtyR1wZGZRWcdswP2MqzQIf25dBAomsfVxqhmW-2FegY1PTedV3mRfGMGCwScFzpbTjPSSc29-2BOEc1rvvsDi-2Fx417fxMBAewhr-2F8PDSYp4FDTl-2FahVEBB0rOwmb76oFD3b56LMafGEzZ57J2Ctg-3D-3D _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org