Re: [PATCH v2] Cygwin: path: Fix path conversion of virtual drive.

2021-12-10 Thread Corinna Vinschen
On Dec 9 20:15, Takashi Yano wrote: > - The last change in path.cc introduced a bug that causes an error > when accessing a virtual drive which mounts UNC path such as > "\\server\share\dir" rather than "\\server\share". This patch > fixes the issue. > --- > winsup/cygwin/path.cc | 56 +

[PATCH v2] Cygwin: path: Fix path conversion of virtual drive.

2021-12-09 Thread Takashi Yano
- The last change in path.cc introduced a bug that causes an error when accessing a virtual drive which mounts UNC path such as "\\server\share\dir" rather than "\\server\share". This patch fixes the issue. --- winsup/cygwin/path.cc | 56 +++ 1 file ch