about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-03-25 11:36:35 -0700
committerRoland McGrath <roland@hack.frob.com>2012-03-25 11:36:35 -0700
commitac4c54f0cce8bb20c100a4c1041f3aa3e7d6cd0a (patch)
tree533c1564b37b1fe9745867a519e365b3376a5d2b /ChangeLog
parent6a9b9c02fa9904ed410ba5a07d61a1119de39b7a (diff)
downloadglibc-ac4c54f0cce8bb20c100a4c1041f3aa3e7d6cd0a.tar.gz
glibc-ac4c54f0cce8bb20c100a4c1041f3aa3e7d6cd0a.tar.xz
glibc-ac4c54f0cce8bb20c100a4c1041f3aa3e7d6cd0a.zip
Fix confstr use of local buffer outside its extent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21ad9ec7c6..8ec88ccedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-25  Roland McGrath  <roland@hack.frob.com>
+
+	* posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
+	Reported by Allan McRae <allan@archlinux.org>.
+
 2012-03-23  Jeff Law  <law@redhat.com>
 
 	* nss/getnssent.c (__nss_getent): Fix typo.