[PATCH 0/2] PCI: of_property: Gracefully handle bridges without secondary bus

From: Nam Cao
Date: Fri May 31 2024 - 07:19:23 EST


Hi,

Some functions in of_property.c assume that bridges have subordinate bus.
This may not be true if we run out of bus number.

This series adds safety check in case bridges have no subordinate bus.

Nam Cao (2):
PCI: of_property: Fix NULL pointer defererence in
of_pci_prop_bus_range()
PCI: of_property: Fix NULL pointer defererence in
of_pci_prop_intr_map()

drivers/pci/of_property.c | 6 ++++++
1 file changed, 6 insertions(+)

--
2.39.2