From: Ralf Baechle Date: Mon, 27 Jul 2009 02:11:14 +0000 (-0700) Subject: NET: ROSE: Don't use static buffer. X-Git-Tag: v2.6.31-rc5~83^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf777f6ed9799c5ac90ac17a5c369e6b73ca92e;p=pandora-kernel.git NET: ROSE: Don't use static buffer. The use of a static buffer in rose2asc() to return its result is not threadproof and can result in corruption if multiple threads are trying to use one of the procfs files based on rose2asc(). Signed-off-by: Ralf Baechle Signed-off-by: David S. Miller --- Reading git-diff-tree failed