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. 3 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 1396100: Memory - corruptions (ARRAY_VS_SINGLETON)
________________________________________________________________________________________________________ *** CID 1396100: Memory - corruptions (ARRAY_VS_SINGLETON) /src/lib/selfboot.c: 236 in selfload() 230 data = rdev_mmap_full(prog_rdev(payload)); 231 232 if (data == NULL) 233 return false; 234 235 cbfssegs = &((struct cbfs_payload *)data)->segments;
CID 1396100: Memory - corruptions (ARRAY_VS_SINGLETON) Passing "cbfssegs" to function "load_payload_segments" which uses it as an array. This might corrupt or misinterpret adjacent memory locations.
236 if (load_payload_segments(cbfssegs, check_regions, &entry)) 237 goto out; 238 239 printk(BIOS_SPEW, "Loaded segments\n"); 240 241 rdev_munmap(prog_rdev(payload), data);
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...