Skip to content
Commit 09bdc2d7 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: fix acl buffer overrun

4ac7249e

 "nfsd: use get_acl and
->set_acl" forgets to set the size in the case get_acl() succeeds, so
_posix_to_nfsv4_one() can then write past the end of its allocation.
Symptoms were slab corruption warnings.

Also, some minor cleanup while we're here.  (Among other things, note
that the first few lines guarantee that pacl is non-NULL.)

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b28a960c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment