about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-02-02 08:59:04 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-02 08:59:04 -0500
commit10a656fe33d8257531ff3e9a882d3fd7db6ce5b3 (patch)
tree17896a4effe387261a092676c2fc12aa9c1f6b06 /ChangeLog
parent3321010338384ecdc6633a8b032bb0ed6aa9b19a (diff)
downloadglibc-10a656fe33d8257531ff3e9a882d3fd7db6ce5b3.tar.gz
glibc-10a656fe33d8257531ff3e9a882d3fd7db6ce5b3.tar.xz
glibc-10a656fe33d8257531ff3e9a882d3fd7db6ce5b3.zip
Fix range error handling in sgetspent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dad46bace..24506f0d07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-02  Andreas Schwab  <schwab@redhat.com>
+
+	* shadow/sgetspent.c: Check return value of __sgetspent_r instead
+	of errno.
+
 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #11724]