Changeset 81090 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Sep 30, 2019 10:33:49 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/virtio.c
r81089 r81090 296 296 297 297 if ( u8PciCapId == PCI_CAP_ID_VNDR 298 && cbPciCap == sizeof(virtio_pci_cap_t))298 && cbPciCap >= sizeof(virtio_pci_cap_t)) 299 299 { 300 300 /* Read in the config type and see what we got. */
Note:
See TracChangeset
for help on using the changeset viewer.