VirtualBox

Changeset 81307 in vbox for trunk


Ignore:
Timestamp:
Oct 17, 2019 11:20:42 AM (5 years ago)
Author:
vboxsync
Message:

Storage/DevVirtioSCSI.cpp: fix assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r81306 r81307  
    19101910{
    19111911
    1912     AssertReturn(!pv || cb > sizeof(uint32_t), fWrite ? VINF_SUCCESS : VINF_IOM_MMIO_UNUSED_00);
     1912    AssertReturn(pv || cb <= sizeof(uint32_t), fWrite ? VINF_SUCCESS : VINF_IOM_MMIO_UNUSED_00);
    19131913
    19141914    if (MATCH_SCSI_CONFIG(uNumQueues))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette