From 4c59f62ef968d8ac3da12a6aa88b81c45e4e1438 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 15 Feb 2016 16:25:10 +0100 Subject: [PATCH] cygwin_conv_path: Really always preserve trailing slash in conversion to POSIX path * mount.cc (mount_info::conv_to_posix_path): Account for scenarios where the path is identical to a mount point in terms of preserving the trailing slash in the output. Signed-off-by: Corinna Vinschen --- winsup/cygwin/mount.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/mount.cc b/winsup/cygwin/mount.cc index 961d34b44..ece8745fc 100644 --- a/winsup/cygwin/mount.cc +++ b/winsup/cygwin/mount.cc @@ -959,7 +959,7 @@ mount_info::conv_to_posix_path (const char *src_path, char *posix_path, if ((mi.posix_pathlen + (pathbuflen - mi.native_pathlen) + addslash) >= NT_MAX_PATH) return ENAMETOOLONG; strcpy (posix_path, mi.posix_path); - if (addslash) + if (addslash || (!nextchar && append_slash)) strcat (posix_path, "/"); if (nextchar) slashify (p,