From: Dan Carpenter Date: Thu, 24 Jan 2013 06:40:00 +0000 (+0300) Subject: cfg80211: off by one in ieee80211_bss() X-Git-Tag: v3.8-rc7~2^2~21^2^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49dc9008b1c641a86837297df7c90cef070571b;p=pandora-kernel.git cfg80211: off by one in ieee80211_bss() We do a: sprintf(buf, " Last beacon: %ums ago", elapsed_jiffies_msecs(bss->ts)); elapsed_jiffies_msecs() can return a 10 digit number so "buf" needs to be 31 characters long. Signed-off-by: Dan Carpenter Signed-off-by: Johannes Berg --- Reading git-diff-tree failed