From: Trond Myklebust Date: Mon, 12 Mar 2012 17:29:05 +0000 (-0400) Subject: SUNRPC: Don't use variable length automatic arrays in kernel code X-Git-Tag: v3.4-rc1~123^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0097143c12e279f5d454e0f636a02afff102cc6a;p=pandora-kernel.git SUNRPC: Don't use variable length automatic arrays in kernel code Replace the variable length array in the RPCSEC_GSS crypto code with a fixed length one. The size should be bounded by the variable GSS_KRB5_MAX_BLOCKSIZE, so use that. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed