VirtualBox

Changeset 59716 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Feb 17, 2016 2:50:02 PM (9 years ago)
Author:
vboxsync
Message:

VUSB: Fix regression introduced with r105557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp

    r59704 r59716  
    387387    while (pUrb)
    388388    {
    389         if (pUrb->pVUsb->cbDataAllocated >= cbData)
     389        if (pUrb->pVUsb->cbDataAllocated >= cbMem)
    390390        {
    391391            /* Unlink and verify part of the state. */
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