diff options
author | Andreas Schwab <schwab@suse.de> | 2014-03-24 11:06:30 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-03-24 16:05:13 +0100 |
commit | 44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c (patch) | |
tree | 0c1a902077c00afe9c0c90a549d04a193f015f77 /ChangeLog | |
parent | b376a11a19aa7b64107081e4eed2327c25a131be (diff) | |
download | glibc-44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c.zip glibc-44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c.tar.gz glibc-44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c.tar.bz2 |
Account for alloca use when collecting interface addresses (bug 16002)
To reproduce:
# ip li add name dummy0 type dummy
# site_id=$(head -c6 /dev/urandom | od -tx2 -An | tr ' ' ':')
# for ((i = 0; i < 65536; i++)) do
> ip ad ad $(printf fd80$site_id::%04x $i)/128 dev dummy0
> done
# (ulimit -s 900; getent ahosts localhost)
# ip li de dummy0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2014-03-24 Andreas Schwab <schwab@suse.de> + + [BZ #16002] + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use + alloca_account and account alloca use for struct in6ailist. + 2014-03-24 Joseph Myers <joseph@codesourcery.com> [BZ #16284] |