aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-13 14:01:56 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-13 14:01:56 -0500
commita85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c (patch)
tree0c240f5120d99d2b239d83333b533505fe308a36 /ChangeLog
parentcfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (diff)
downloadglibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.zip
glibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.tar.gz
glibc-a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c.tar.bz2
Fix PLT use due to __libc_alloca_cutoff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f477fed..ea9b1cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
[BZ #10484]
* nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
temporary buffer used to handle multi lookups locally.
+ * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
2011-01-12 Ulrich Drepper <drepper@gmail.com>