diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-08-08 15:53:03 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-08-08 15:53:03 -0700 |
commit | 0f58539030e436449f79189b6edab17d7479796e (patch) | |
tree | 1f43408602c20aab6c51e6c69cb1a82cc6b82eb2 /ChangeLog | |
parent | 74bc0c3a16e3c8f138e29a284e84d16474b65a8e (diff) | |
download | glibc-0f58539030e436449f79189b6edab17d7479796e.tar glibc-0f58539030e436449f79189b6edab17d7479796e.tar.gz glibc-0f58539030e436449f79189b6edab17d7479796e.tar.bz2 glibc-0f58539030e436449f79189b6edab17d7479796e.zip |
Fix BZ #17905
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2015-08-08 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #17905] + * catgets/Makefile (tst-catgets-mem): New test. + * catgets/catgets.c (catopen): Don't use unbounded alloca. + * catgets/open_catalog.c (__open_catalog): Likewise. + * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca. + 2015-08-08 John David Anglin <danglin@gcc.gnu.org> [BZ #18787] |