mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-05 22:10:25 +08:00
6338d2f24a
The current code only allows server and share names to start with ASCII chars [a-zA-Z0-9],, which is not correct. Rather, check for a valid share character. Fixes: 1fd5e000ace55 ("import winsup-2000-02-17 snapshot") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
9 lines
281 B
Groff
9 lines
281 B
Groff
Bug Fixes
|
|
---------
|
|
|
|
Fix a problem that fsync returns EINVAL for block device.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252916.html
|
|
|
|
Don't reject valid server and share names when mounting.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252928.html
|