From: Johannes Berg Date: Sun, 2 Nov 2008 19:30:21 +0000 (+0000) Subject: libertas: fix buffer overrun X-Git-Tag: v2.6.27.5~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2f30b7474b2607276d10b28af2bde423b6e609;p=pandora-kernel.git libertas: fix buffer overrun commit 48735d8d8bd701b1e0cd3d49c21e5e385ddcb077 upstream If somebody sends an invalid beacon/probe response, that can trash the whole BSS descriptor. The descriptor is, luckily, large enough so that it cannot scribble past the end of it; it's well above 400 bytes long. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed