VirtualBox

Ignore:
Timestamp:
Nov 9, 2017 3:48:37 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118990
Message:

vfschain: fixed incorrect check for escapable character when handling '\'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r69111 r69630  
    480480                if (ch == '\\' && cch > 0)
    481481                {
    482                     char ch2 = psz[2];
     482                    char ch2 = *psz;
    483483                    if (rtVfsChainSpecIsEscapableChar(ch2))
    484484                    {
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