commit | 402acd29e552cb80109d1d5c0ada53f634465d87 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed May 09 02:34:52 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:54 2007 -0700 |
tree | 12c86f3421d3d8679401742e1bc6569c75908ee3 | |
parent | 5bd5f5812bfa753218e02cb773e06ede48055798 [diff] |
knfsd: avoid use of unitialised variables on error path when nfs exports We need to zero various parts of 'exp' before any 'goto out', otherwise when we go to free the contents... we die. Signed-off-by: Neil Brown <neilb@suse.de> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>