]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Don't use variable length automatic arrays in kernel code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 12 Mar 2012 17:29:05 +0000 (13:29 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 12 Mar 2012 17:37:16 +0000 (13:37 -0400)
commitc27f0585c7c3915aa0f92a54c46189143907538c
tree4c8c6bc4d3901f1d210d5d3d900368be1705f217
parentd3ec2be81726047b22301759cb269d26abb7b0c4
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 <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/gss_krb5_crypto.c