From: Reinette Chatre Date: Wed, 19 Dec 2007 06:01:02 +0000 (-0800) Subject: ipw2200: prevent alloc of unspecified size on stack X-Git-Tag: v2.6.24-rc7~40^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412e9e7800360ec93b6ba319b30666f6bfc721bd;p=pandora-kernel.git ipw2200: prevent alloc of unspecified size on stack if log_len is larger than 4K then we are killing the stack. allocate on heap instead and limit size to what practically can be used (PAGE_SIZE) Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed