diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 14:01:56 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 14:01:56 -0500 |
commit | a85b5cb4d4a5fc56e2b38638d270bf2daa67eb6c (patch) | |
tree | 0c240f5120d99d2b239d83333b533505fe308a36 /ChangeLog | |
parent | cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (diff) | |
download | glibc-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |