diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:36:12 -0700 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-09 22:14:50 +1000 |
commit | 1b198b7fc764c013d41d1bd7b83fed0ad3dee038 (patch) | |
tree | a262efdab2a22affe9ecdc4fff3045569d7d0be4 /ChangeLog | |
parent | 2930c79afaf31158f990949cbb7cd6c03d9c0d74 (diff) | |
download | glibc-1b198b7fc764c013d41d1bd7b83fed0ad3dee038.tar.gz |
BZ#17460: Fix buffer overrun in nscd --help.
(cherry picked from commit c763c5d27112be055920c46f3be8d05bc8b669da)
Conflicts:
NEWS
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-09 Allan McRae <allan@archlinux.org> * po/fr.po: Update French translation from translation project. |