From: Suresh Jayaraman Date: Sat, 9 May 2009 05:52:47 +0000 (+0530) Subject: cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows X-Git-Tag: v2.6.27.24~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e9ce644becc2ff8865a3abb43dcfadefef093f;p=pandora-kernel.git cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows Commit 7b0c8fcff47a885743125dd843db64af41af5a61 refreshed and use a #define from commit f58841666bc22e827ca0dcef7b71c7bc2758ce82. cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows Increase size of tmp_buf to possible maximum to avoid potential overflows. Also moved UNICODE_NAME_MAX definition so that it can be used elsewhere. Pointed-out-by: Jeff Layton Signed-off-by: Suresh Jayaraman Acked-by: Jeff Layton Signed-off-by: Steve French Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed