From: Dan Carpenter Date: Mon, 28 Dec 2009 17:01:34 +0000 (+0200) Subject: Staging: otus: off by one in usbdrvwext_siwessid() X-Git-Tag: v2.6.34-rc1~10^2~1^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7e4a7c326c916918b5a29051db4f93973e775a;p=pandora-kernel.git Staging: otus: off by one in usbdrvwext_siwessid() A 33 char ESSID is too long and it could cause a buffer overflow a couple lines below when we put a NULL terminator on the end. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed