VirtualBox

Changeset 63644 in vbox


Ignore:
Timestamp:
Aug 26, 2016 8:09:14 AM (8 years ago)
Author:
vboxsync
Message:

VMDK: Fix possible endless loop when reading when processing the grain directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r63567 r63644  
    11601160                /* If no grain table is allocated skip the entry. */
    11611161                if (*pGDTmp == 0 && *pRGDTmp == 0)
     1162                {
     1163                    i++;
    11621164                    continue;
     1165                }
    11631166
    11641167                if (*pGDTmp == 0 || *pRGDTmp == 0 || *pGDTmp == *pRGDTmp)
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