Skip to content
Commit 47b975d2 authored by Edward O'Callaghan's avatar Edward O'Callaghan Committed by Bjorn Helgaas
Browse files

PCI: Avoid iterating through memory outside the resource window



If the 'image' pointer has been advanced more than 'size', we've already
iterated through memory outside the resource window.

We have zero control over whatever we find in the option ROM, if it's even
an option ROM and not just an accident of random data just happening to
look like an option ROM.

Signed-off-by: default avatarEdward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 3460baa6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment