mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-05 06:25:48 +08:00
- 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
12 lines
451 B
Groff
12 lines
451 B
Groff
Bug Fixes
|
|
---------
|
|
|
|
- Fix a bug in fhandler_dev_clipboard::read() that the second read
|
|
fails with 'Bad address'.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html
|
|
|
|
- Convert UNC path prefix back to drive letter in symlink_info::check().
|
|
This solves the following issues:
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/250087.html
|
|
https://cygwin.com/pipermail/cygwin/2021-December/250103.html
|