]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: path: Convert UNC path prefix back to drive letter.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Wed, 8 Dec 2021 11:15:45 +0000 (20:15 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Wed, 8 Dec 2021 11:20:30 +0000 (20:20 +0900)
commit30089b3fbd0d507667e2f74ae91cbab9ec789f44
treeb1f1d0c344bebd814f00b00e9d148dfc86a71541
parent69ed8ca20c6bf0c92cefac6bcb761f2b7261b9c4
Cygwin: path: Convert UNC path prefix back to drive letter.

- When symlink_info::check() is called with the path having drive
  letter and UNC path is mounted to the drive, the path is replaced
  with UNC path. With this patch, UNC path prefix is converted back
  to drive letter.  This fixes the issue:
  https://cygwin.com/pipermail/cygwin/2021-November/250087.html
  https://cygwin.com/pipermail/cygwin/2021-December/250103.html
winsup/cygwin/path.cc
winsup/cygwin/release/3.3.4
This page took 0.029775 seconds and 5 git commands to generate.