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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-03-12 14:21:40 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-03-12 14:21:40 +0300
commit02011278e0d56c7ab3330e236236c8ffb26b9534 (patch)
treed12017021ff9d8785918e27b340bebaf67d6c7b8 /winsup
parentdd757cc43a710204046919da2cecf5f3b72ba33c (diff)
Extend 2.8.0 release text
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/2.8.05
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.8.0 b/winsup/cygwin/release/2.8.0
index f5568deec..9e6c482d4 100644
--- a/winsup/cygwin/release/2.8.0
+++ b/winsup/cygwin/release/2.8.0
@@ -25,3 +25,8 @@ Bug Fixes
Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00113.html
- Fix potential buffer overflow in getrandom.
+
+- Fix write(2) return value for writes > 2 GB.
+
+- Workaround Windows NUL having the same problem for writes > 4 GB.
+ Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00144.html