From: Dan Carpenter Date: Tue, 28 Feb 2012 08:21:46 +0000 (+0300) Subject: Staging: wlan-ng: still setting wrong data X-Git-Tag: v3.4-rc1~186^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625aeb3abac00f36efc82077d56ae278093ce467;p=pandora-kernel.git Staging: wlan-ng: still setting wrong data In commit 1ca1a92cc6 "Staging: wlan-ng: memsetting the wrong amount of data" I changed the code so we didn't memset() past the end of the msg1.bssid.data[] array. Walter Harms noticed that it was weird that we were setting the len to 6 when there were 7 elements in the array. Pavel Roskin pointed out that the intent of the code was actually to memset() msg1.bssid.data.data[] which is a 6 character array. Reported-by: Walter Harms Reported-by: Pavel Roskin Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed