about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-08 15:36:12 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-08 15:36:12 -0700
commitc763c5d27112be055920c46f3be8d05bc8b669da (patch)
treee858a2cd44bfb4fbeaa6824a48d8208083f16a17 /ChangeLog
parent7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024 (diff)
downloadglibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.gz
glibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.xz
glibc-c763c5d27112be055920c46f3be8d05bc8b669da.zip
BZ#17460: Fix buffer overrun in nscd --help.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c466a544..3159fbeae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-10-08  Roland McGrath  <roland@hack.frob.com>
+
+	[BZ #17460]
+	* nscd/nscd.c (more_help): Rewrite list of tables collection
+	using xstrdup and asprintf.
+
+	* nscd/nscd_conf.c: Remove local xstrdup declaration.
+
 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
 	    Roland McGrath  <roland@hack.frob.com>