From 55368b6d42da28d00feae485f5ab4697f7013fd5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 25 Feb 2015 20:19:19 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.35 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/1.7.35 b/winsup/cygwin/release/1.7.35 index 9c42296a6..cc339513b 100644 --- a/winsup/cygwin/release/1.7.35 +++ b/winsup/cygwin/release/1.7.35 @@ -53,3 +53,6 @@ Bug Fixes - Avoid data loss on non-blocking pipes after switching back to blocking. Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00575.html + +- Fix a potential heap corruption in mkgroup and mkpasswd when enumerating + Unix users.