From 44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 24 Mar 2014 11:06:30 +0100 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9fdbe7..c2ccddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-03-24 Andreas Schwab + + [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 [BZ #16284] -- cgit v1.1