]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs
authorAndreas Gruenbacher <agruen@suse.de>
Wed, 22 Jun 2005 17:16:28 +0000 (17:16 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:27 +0000 (16:07 -0400)
commit4cd0843f18120107142578c144e4dd8c687f6dfa
treebba8225be09a04f23a34ee0e93b9fa1090f3bf8f
parentb3456d3a587defd70bdb7a616afe4d9fc57d18ea
[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs

* Pointer arithmetic bug: p is in word units. This fixes a memory
  corruption with big acls.
* Initialize pg_class to prevent a NULL pointer access.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs3xdr.c
fs/nfsd/nfssvc.c