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-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yq2SfQfrHt3Prsn4qSLrYIrajINpiFX8l0vrlNSf8iCrS27qY0Cr0DkycwNUgGZJj8-3DPLkF_L-2FDzr14mnrsJO5b1wX1hp9b1MAQygl7x-2B74RAaH2cn1x7oRx8FGHGgtwYJC8WQ-2FPz-2FDICMx7FOj4LNf756p8zw9C7V4piRwtun1MfusADV5ObNcvruBK-2BAIR-2B-2BULzipHPgoszWmHa5dv9-2BIi37BBTlrsAHf34GgV0En46s7r16EZSpGTtbNL6I5N7LjxoG5vF12STrIOT14Q0jfj5Lxer93JlYBjTSVT0sVwZd5vmrY-3D

_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to