diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-22 23:04:16 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-22 23:04:16 -0400 |
commit | f2962a71959fd254a7a223437ca4b63b9e81130c (patch) | |
tree | b4af7d4052ad4aa3ee15b9eee51b590680e5d2a6 /ChangeLog | |
parent | de7ce8f171b88b2db025fdb6c8cca89c16e541dc (diff) | |
download | glibc-f2962a71959fd254a7a223437ca4b63b9e81130c.tar.gz glibc-f2962a71959fd254a7a223437ca4b63b9e81130c.tar.xz glibc-f2962a71959fd254a7a223437ca4b63b9e81130c.zip |
Add a few more alloca size checks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eb321b7701..9f2a02f3e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-22 Ulrich Drepper <drepper@gmail.com> + [BZ #12671] + * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in + some situations. + * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise. + * posix/glob.c (glob_in_dir): Take additional parameter alloca_used. + add in in __libc_use_alloca calls. Adjust callers. + (glob): Use malloc in some situations. + * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and pltexit. |