diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 19:15:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 19:15:11 +0000 |
commit | c7e74e5968929264fca40424f979653115643f5d (patch) | |
tree | 3b5aa4b73d4b44a2081214d77b1ef71f377630e1 /NEWS | |
parent | 3b055b478685ccae785e656bdb94eedcdb6f1026 (diff) | |
download | glibc-c7e74e5968929264fca40424f979653115643f5d.zip glibc-c7e74e5968929264fca40424f979653115643f5d.tar.gz glibc-c7e74e5968929264fca40424f979653115643f5d.tar.bz2 |
* shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-4-13 +GNU C Library NEWS -- history of user-visible changes. 2009-4-23 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -44,6 +44,9 @@ Version 2.10 and extend existing format specifiers. Implemented by Ulrich Drepper. +* Handling for group shadow files has been added. + Implemented by Ulrich Drepper. + Version 2.9 |