about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-08-08 15:53:03 -0700
committerAurelien Jarno <aurelien@aurel32.net>2016-01-23 18:14:15 +0100
commit907cc11c576a21ea6df5f5ad0a2b1dc3b55dd553 (patch)
tree4c024cf46549b492a84856dec7a72c29b84a82f5 /ChangeLog
parentdbcaca73cb0a19698ea1b424087e8997a9b7c3c4 (diff)
downloadglibc-907cc11c576a21ea6df5f5ad0a2b1dc3b55dd553.tar.gz
glibc-907cc11c576a21ea6df5f5ad0a2b1dc3b55dd553.tar.xz
glibc-907cc11c576a21ea6df5f5ad0a2b1dc3b55dd553.zip
Fix BZ #17905
(cherry picked from commit 0f58539030e436449f79189b6edab17d7479796e)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07419aa1fd..c27d5863d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	* config.h.in (HAVE_AARCH64_BE): Add.