NFSv4: Check for buffer length in __nfs4_get_acl_uncached
authorSven Wegener <sven.wegener@stealer.net>
Sat, 8 Dec 2012 14:30:18 +0000 (15:30 +0100)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 11 Dec 2012 14:14:50 +0000 (09:14 -0500)
commit7d3e91a89b7adbc2831334def9e494dd9892f9af
tree7069dabbdabe013f21b56ea1641875ef4d5bb283
parent4c1002100898d03c5c9142ffaf58351c841ab94a
NFSv4: Check for buffer length in __nfs4_get_acl_uncached

Commit 1f1ea6c "NFSv4: Fix buffer overflow checking in
__nfs4_get_acl_uncached" accidently dropped the checking for too small
result buffer length.

If someone uses getxattr on "system.nfs4_acl" on an NFSv4 mount
supporting ACLs, the ACL has not been cached and the buffer suplied is
too short, we still copy the complete ACL, resulting in kernel and user
space memory corruption.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Cc: stable@kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c