Welcome to mirror list, hosted at ThFree Co, Russian Federation.

2.11.2 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24ec5e2d6a11980b2181388c2583352e90cc0e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

- Fix a memory corruption when using pipes or FIFOs
  Addresses: https://cygwin.com/ml/cygwin-patches/2018-q4/msg00000.html

- 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

- Fix socket(2) and socketpair(2) calls mishandling SOCK_NONBLOCK and
  SOCK_CLOEXEC flags.
  Addresses: https://cygwin.com/ml/cygwin/2018-11/msg00017.html