VirtualBox

Changeset 64680 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Nov 16, 2016 10:24:31 AM (8 years ago)
Author:
vboxsync
Message:

AHCI: Missed initializing fMapped here which can lead to a wrong call to PGMPhysReleasePageMappingLock()

File:
1 edited

Legend:

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

    r64672 r64680  
    46734673            {
    46744674                AHCIREQ Req;
    4675                 Req.uTag   = idx;
    4676                 Req.fFlags = AHCI_REQ_IS_ON_STACK;
     4675                Req.uTag    = idx;
     4676                Req.fFlags  = AHCI_REQ_IS_ON_STACK;
     4677                Req.fMapped = false;
    46774678
    46784679                bool fContinue = ahciR3CmdPrepare(pAhciPort, &Req);
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