From: Bjorn Helgaas Date: Mon, 15 Jan 2024 18:10:35 +0000 (-0600) Subject: Merge branch 'pci/resource' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5a4af2ca48b877c8214722f338bdce702892e269;p=linux.git Merge branch 'pci/resource' - Restructure pci_dev_for_each_resource() to avoid computing the address of an out-of-bounds array element (the bounds check was performed later so the element was never actually *read*, but it's nicer to avoid even computing an out-of-bounds address) (Andy Shevchenko) * pci/resource: PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource() --- 5a4af2ca48b877c8214722f338bdce702892e269