Hello build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43449
to look at the new patch set (#2).
Change subject: drivers/usb: Avoid NULL pointer dereference ......................................................................
drivers/usb: Avoid NULL pointer dereference
Coverity detects dereferencing pointers that might be "NULL" when calling acpigen_write_scope and acpigen_write_device. Add sanity check for both of scope and name to prevent NULL pointer dereference.
Found-by: Coverity CID 1430454 TEST=Built and boot up to kernel on Volteer.
Signed-off-by: John Zhao john.zhao@intel.com Change-Id: I8ece3831bbd2641ceafbd71b9dc3db7e04a8eae4 --- M src/drivers/usb/pci_xhci/pci_xhci.c 1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/43449/2