VirtualBox

Changeset 19929 in vbox


Ignore:
Timestamp:
May 23, 2009 12:15:49 AM (16 years ago)
Author:
vboxsync
Message:

RTPathAppend: bugfix.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/path.cpp

    r19928 r19929  
    759759        {
    760760#if defined (RT_OS_OS2) || defined (RT_OS_WINDOWS)
    761             if (    pszPath[1] == ':'
     761            if (    (size_t)(pszPathEnd - pszPath) == 2
     762                &&  pszPath[1] == ':'
    762763                &&  RT_C_IS_ALPHA(pszPath[0]))
    763764            {
  • trunk/src/VBox/Runtime/testcase/tstPath.cpp

    r19926 r19929  
    269269        "dir//",                "//file",               "dir/file",
    270270        "dir///",               "///file",              "dir/file",
     271        "/bin/testcase",        "foo.r0",               "/bin/testcase/foo.r0",
    271272#if defined (RT_OS_OS2) || defined (RT_OS_WINDOWS)
    272273        "/",                    "\\",                   "/",
     
    282283        "C:\\",                 "/autoexec.bat",        "C:\\autoexec.bat",
    283284        "C:\\\\",               "autoexec.bat",         "C:\\autoexec.bat",
     285        "E:\\bin\\testcase",    "foo.r0",               "E:\\bin\\testcase/foo.r0",
    284286#endif
    285287    };
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