]> git.openfabrics.org - ~emulex/infiniband.git/commit
nfsd4: fix corruption on setting an ACL.
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 15 May 2014 01:57:26 +0000 (21:57 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 15 May 2014 19:36:04 +0000 (15:36 -0400)
commit5513a510fad73594e29e1e48e760e0a644a8a4f3
treec335e148d1eaf2ba7a89072e4a3b64322a389535
parentaa07c713ecfc0522916f3cd57ac628ea6127c0ec
nfsd4: fix corruption on setting an ACL.

As of 06f9cc12caa862f5bc86ebdb4f77568a4bef0167 "nfsd4: don't create
unnecessary mask acl", any non-trivial ACL will be left with an
unitialized entry, and a trivial ACL may write one entry beyond what's
allocated.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4acl.c