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. 1 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 1464650: Memory - corruptions (OVERRUN)
________________________________________________________________________________________________________ *** CID 1464650: Memory - corruptions (OVERRUN) /tests/lib/lzma-test.c: 147 in test_ulzman_zero_buffer() 141 uint8_t in_buf[LZMA_PROPERTIES_SIZE + 1 * KiB]; 142 uint8_t out_buf[2 * KiB]; 143 144 memset(in_buf, 0, sizeof(in_buf)); 145 memset(out_buf, 0, sizeof(out_buf)); 146
CID 1464650: Memory - corruptions (OVERRUN) Overrunning array "in_buf" of 1029 bytes by passing it to a function which accesses it at byte offset 2047 using argument "2048UL".
147 assert_int_equal(0, ulzman(in_buf, sizeof(in_buf), out_buf, sizeof(out_buf))); 148 } 149 150 #define ULZMAN_CORRECT_FILE_TEST(_file_prefix) \ 151 { \ 152 .name = "test_ulzman_correct_file(" _file_prefix ")", \
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...