From 02011278e0d56c7ab3330e236236c8ffb26b9534 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 12 Mar 2017 12:21:40 +0100 Subject: [PATCH] Extend 2.8.0 release text Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.8.0 | 5 +++++ 1 file changed, 5 insertions(+) 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