*** empty log message ***

This commit is contained in:
Corinna Vinschen 2014-08-18 11:37:27 +00:00
parent 1091d4404e
commit 697c710dc3
1 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@ What changed:
Bug Fixes
---------
- Don't hang in accept calls if socket is no listener. Set errno to EINVAL
instead. Don't hang in read/recv/recvfrom/recvmsg calls if socket is
connection oriented and not connected. Set errno to ENOTCONN instead.
- Don't claim serial line is a tty. Don't allow seeking on serial lines and
sockets. Set errno to ESPIPE instead.
Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00319.html