DOSFS_DoGetFullPathName would underflow (p would get past the
commit93d7057293e32cb0c4781ba933a82341e10801de
authorFrancois Gouget <fgouget@psn.net>
Sun, 9 Jan 2000 21:34:34 +0000 (9 21:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 9 Jan 2000 21:34:34 +0000 (9 21:34 +0000)
tree3fd7394f4ff5bc9afd2835f22a17f8a3fe12e8a9
parentf94761b87391ebf49f340edff6d6a0d2dc2621b2
DOSFS_DoGetFullPathName would underflow (p would get past the
beginning of buffer) if given the name "//..".
Regrouped the handling of the directory separators.
Directory separators in the returned path are now alway a single "\"
which simplifies the handling of ".." in the name.
files/dos_fs.c