diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:36:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:36:12 -0700 |
commit | c763c5d27112be055920c46f3be8d05bc8b669da (patch) | |
tree | e858a2cd44bfb4fbeaa6824a48d8208083f16a17 /ChangeLog | |
parent | 7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024 (diff) | |
download | glibc-c763c5d27112be055920c46f3be8d05bc8b669da.zip glibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.gz glibc-c763c5d27112be055920c46f3be8d05bc8b669da.tar.bz2 |
BZ#17460: Fix buffer overrun in nscd --help.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |