commit | b797b5beac966df5c5d96c0d39fe366f57135343 | [log] [tgz] |
---|---|---|
author | J.Bruce Fields <bfields@fieldses.org> | Wed Dec 13 00:35:19 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:53 2006 -0800 |
tree | 2a7b84dc5d19def5b83497054515c915e82cce75 | |
parent | 451c11a161168fbdbba17573d4b062fdd2a4c2c4 [diff] |
[PATCH] knfsd: svcrpc: fix gss krb5i memory leak The memory leak here is embarassingly obvious. This fixes a problem that causes the kernel to leak a small amount of memory every time it receives a integrity-protected request. Thanks to Aim Le Rouzic for the bug report. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>