VirtualBox

Ignore:
Timestamp:
Aug 27, 2020 9:32:14 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/dvmmbr.cpp: chain walk fix for new table location query functionality. bugref:9224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp

    r85894 r85897  
    752752        for (PRTDVMMBRSECTOR pCur = pThis->Primary.aEntries[i].pChain;
    753753             pCur != NULL;
    754              pCur->idxExtended != UINT8_MAX ? pCur->aEntries[pCur->idxExtended].pChain : NULL)
     754             pCur = pCur->idxExtended != UINT8_MAX ? pCur->aEntries[pCur->idxExtended].pChain : NULL)
    755755        {
    756756            for (unsigned j = 0; j < 4; j++)
     
    798798        for (PRTDVMMBRSECTOR pCur = pThis->Primary.aEntries[i].pChain;
    799799             pCur != NULL;
    800              pCur->idxExtended != UINT8_MAX ? pCur->aEntries[pCur->idxExtended].pChain : NULL)
     800             pCur = pCur->idxExtended != UINT8_MAX ? pCur->aEntries[pCur->idxExtended].pChain : NULL)
    801801        {
    802802            if (cLocations > iLoc)
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