From: Dan Carpenter Date: Thu, 22 Jul 2010 08:50:28 +0000 (+0200) Subject: ath9k: snprintf() returns largish values X-Git-Tag: v2.6.36-rc1~571^2~64^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9746010bd3c825d364b783b327990d25962657dd;p=pandora-kernel.git ath9k: snprintf() returns largish values The snprintf() function returns the number of characters that would have been written (not counting the NUL character on the end). It could potentially be larger than the size of the buffer. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed