VirtualBox

Changeset 100776 in vbox


Ignore:
Timestamp:
Aug 1, 2023 8:05:15 PM (16 months ago)
Author:
vboxsync
Message:

DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep encounters a non-NULL pLoad member because the timer hasn't run yet. Immediate issue was using the wrong free function, but further issues turned up after that, leading to performing the depending re-attach prior whatever vusbR3RhSavePrep does so the state is somewhat sane. Regression from r150140, possibly. [build fix]

File:
1 edited

Legend:

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

    r100775 r100776  
    14831483    AssertPtrReturnVoid(pLoad);
    14841484    LogFlow(("vusbR3RhLoadReattachDevices:\n"));
    1485     Assert(hTimer == pLoad->hTimer); RT_NOREF(hTime, pvUser);
     1485    Assert(hTimer == pLoad->hTimer); RT_NOREF(hTimer, pvUser);
    14861486
    14871487    /*
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