2018-10-10 13:20:04 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Return ESPIPE rather than EINVAL from lseek on a fifo.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-10/msg00019.html
|
2018-10-28 20:22:44 +01:00
|
|
|
|
|
|
|
- Fix a memory corruption when using pipes or FIFOs
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q4/msg00000.html
|
2018-10-29 16:12:54 +01:00
|
|
|
|
|
|
|
- Fix potential memory corruption and SEGV if socket(2), socketpair(2),
|
|
|
|
accept(2), or accept4(2) fail.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-10/msg00229.html
|
2018-11-05 21:02:22 +01:00
|
|
|
|
|
|
|
- Fix socket(2) and socketpair(2) calls mishandling SOCK_NONBLOCK and
|
|
|
|
SOCK_CLOEXEC flags.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00017.html
|