[coreboot] New Defects reported by Coverity Scan for coreboot

2022-06-17 Thread scan-admin--- via coreboot
Hi, Please find the latest report on new defect(s) introduced to coreboot found with Coverity Scan. 3 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) Re

[coreboot] [BUG] clear_memory triggers handle_deref_breakpoint()

2022-06-17 Thread Petr Cvek
Clearing the memory creates a situation, where an access to NULL pointer is actually valid. This causes a warning in the log: clear_memory: Clearing DRAM -5000 Null dereference at eip: 0x7f3ca51d clear_memory: Clearing DRAM a000-