VirtualBox

Changeset 71013 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 14, 2018 5:27:42 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/rtFsIsoImportProcessIso9660AddAndNameFile: Fixed stupid bug where hardlinked files would kill part of the block lookup tree used to detect hardlinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomakerimport.cpp

    r71002 r71013  
    592592            else
    593593            {
     594                pBlock2File->Core.pLeft  = NULL;
     595                pBlock2File->Core.pRight = NULL;
    594596                pBlock2FilePrev->pNext = pBlock2File;
    595                 pBlock2FilePrev->Core.pLeft  = NULL;
    596                 pBlock2FilePrev->Core.pRight = NULL;
    597597            }
    598598        }
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