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. 356 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 1401935: Error handling issues (CHECKED_RETURN) /3rdparty/vboot/futility/updater.c: 1785 in save_from_stdin()
________________________________________________________________________________________________________ *** CID 1401935: Error handling issues (CHECKED_RETURN) /3rdparty/vboot/futility/updater.c: 1785 in save_from_stdin() 1779 assert(in); 1780 if (!out) 1781 return -1; 1782 1783 while (!feof(in)) { 1784 sz = fread(buffer, 1, sizeof(buffer), in);
CID 1401935: Error handling issues (CHECKED_RETURN) Calling "fwrite" without checking return value (as is done elsewhere 23 out of 28 times).
1785 fwrite(buffer, 1, sz, out); 1786 } 1787 fclose(out); 1788 return 0; 1789 } 1790
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...