[PATCH] Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)
authorGreg Banks <gnb@sgi.com>
Mon, 19 Feb 2007 23:12:34 +0000 (10:12 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 20 Feb 2007 06:30:55 +0000 (22:30 -0800)
commit2c362497a5a1f24b961c1f51e9d1a51d9d5a1037
treee2d1262d869c587b68b86c6c6d88868147651618
parentb321cb58a311d172a3370029324b653e0b1d7041
[PATCH] Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)

Due to type confusion, when an nfsacl verison 2 'ACCESS' request
finishes and tries to clean up, it calls fh_put on entiredly the
wrong thing and this can cause an oops.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfsd/nfs2acl.c