VirtualBox

Changeset 68025 in vbox for trunk/src


Ignore:
Timestamp:
Jul 18, 2017 2:11:58 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117045
Message:

IPRT/isomaker: Fixed a couple of bugs in the symlink creation code.

File:
1 edited

Legend:

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

    r68014 r68025  
    52105210        {
    52115211            fFlags   = ISO9660RRIP_SL_C_PARENT;
    5212             cbNeeded = 0;
     5212            cbNeeded = 2;
    52135213        }
    52145214        else
     
    52695269                pEntry->Hdr.bVersion = ISO9660RRIPSL_VER;
    52705270                pEntry->fFlags       = 0;
    5271 
    5272 
    52735271            } while (cchComponent > 0);
    52745272            if (ch == '\0')
    52755273                break;
     5274            pszTarget++;
    52765275            continue;
    52775276        }
     
    52885287        if (ch == '\0')
    52895288            break;
    5290         pszTarget += cchComponent;
     5289        pszTarget += cchComponent + 1;
    52915290    }
    52925291
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette