VirtualBox

Ignore:
Timestamp:
Feb 22, 2016 10:35:42 AM (9 years ago)
Author:
vboxsync
Message:

VUSB: Fix possible crash

File:
1 edited

Legend:

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

    r59737 r59767  
    10901090            if (pRipe)
    10911091            {
    1092                 if (pRipe == pNext->pUrb)
     1092                if (   pNext
     1093                    && pRipe == pNext->pUrb)
    10931094                    pNext = RTListGetNext(&pDev->LstAsyncUrbs, pNext, VUSBURBVUSBINT, NdLst);
    10941095                vusbUrbRipe(pRipe);
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