OSDN Git Service

vfio/pci: Add missing range check in vfio_pci_mmap
authorChristian A. Ehrhardt <lk@c--e.de>
Mon, 12 Apr 2021 21:41:24 +0000 (23:41 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 13 Apr 2021 14:29:16 +0000 (08:29 -0600)
commit909290786ea335366e21d7f1ed5812b90f2f0a92
tree79f0dd7ee483a36b32023bcae2e6ed9be462683a
parentd434405aaab7d0ebc516b68a8fc4100922d7f5ef
vfio/pci: Add missing range check in vfio_pci_mmap

When mmaping an extra device region verify that the region index
derived from the mmap offset is valid.

Fixes: a15b1883fee1 ("vfio_pci: Allow mapping extra regions")
Cc: stable@vger.kernel.org
Signed-off-by: Christian A. Ehrhardt <lk@c--e.de>
Message-Id: <20210412214124.GA241759@lisa.in-ulm.de>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c