git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11588f4
)
SUNRPC: Don't use variable length automatic arrays in kernel code
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 12 Mar 2012 17:29:05 +0000
(13:29 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 12 Mar 2012 17:37:16 +0000
(13:37 -0400)
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>
No differences found