VirtualBox

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


Ignore:
Timestamp:
Jul 19, 2016 11:28:12 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108853
Message:

DrvVUSBRootHub: Fix possible use after free introduced with the last fix

File:
1 edited

Legend:

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

    r62294 r62317  
    376376    if (pUrb->pVUsb->pDev)
    377377    {
     378        PVUSBDEV pDev = pUrb->pVUsb->pDev;
     379
    378380        vusbUrbPoolFree(&pUrb->pVUsb->pDev->UrbPool, pUrb);
    379         vusbDevRelease(pUrb->pVUsb->pDev);
     381        vusbDevRelease(pDev);
    380382    }
    381383    else
Note: See TracChangeset for help on using the changeset viewer.

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