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. 9 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 1366397: Control flow issues (DEADCODE) /src/drivers/spi/spi_flash.c: 326 in __spi_flash_probe()
________________________________________________________________________________________________________ *** CID 1366397: Control flow issues (DEADCODE) /src/drivers/spi/spi_flash.c: 326 in __spi_flash_probe() 320 for (i = 0; i < sizeof(idcode); i++) 321 printk(BIOS_SPEW, "%02x ", idcode[i]); 322 printk(BIOS_SPEW, "\n"); 323 } 324 325 /* count the number of continuation bytes */
CID 1366397: Control flow issues (DEADCODE) Execution cannot reach the expression "*idp == 127" inside this statement: "for ((shift = 0) , (idp = i...".
326 for (shift = 0, idp = idcode; shift < IDCODE_CONT_LEN && *idp == 0x7f; 327 ++shift, ++idp) 328 continue; 329 330 printk(BIOS_INFO, "Manufacturer: %02x\n", *idp); 331
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...
To manage Coverity Scan email notifications for "coreboot@coreboot.org", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...