DescriptionFix a pair of bugs in UNIX->VMS path conversion.
In particular:
* Fix conversion of UNIX file name "/////file" and "////" as a UNIX
path. Both of these were broken, due to the same bug.
* Remove a DCHECK that would trigger on "//" as a file name. It's a
valid UNIX path, if not a file name, and can still be passed through
the file name conversion code. Since there's no code to prevent
that from happening, and the conversion code handles "/", the DCHECK
made no sense.
BUG=675111
Committed: https://crrev.com/dbb6723c81a3d595aa3cc593acac9bb93b328398
Cr-Commit-Position: refs/heads/master@{#441423}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|