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. 2 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 1442304: Null pointer dereferences (NULL_RETURNS) /src/soc/intel/braswell/ramstage.c: 128 in soc_fill_acpi_wake()
________________________________________________________________________________________________________ *** CID 1442304: Null pointer dereferences (NULL_RETURNS) /src/soc/intel/braswell/ramstage.c: 128 in soc_fill_acpi_wake() 122 /* Save wake source information for calculating ACPI _SWS values */ 123 int soc_fill_acpi_wake(uint32_t *pm1, uint32_t **gpe0) 124 { 125 struct chipset_power_state *ps = cbmem_find(CBMEM_ID_POWER_STATE); 126 static uint32_t gpe0_sts; 127
CID 1442304: Null pointer dereferences (NULL_RETURNS) Dereferencing "ps", which is known to be "NULL".
128 *pm1 = ps->pm1_sts & ps->pm1_en; 129 130 gpe0_sts = ps->gpe0_sts & ps->gpe0_en; 131 *gpe0 = &gpe0_sts; 132 133 return 1;
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...