Files
linux-legacy/include/linux/sunrpc
Trond Myklebust 3ab9bb7243 SUNRPC: Fix a memory leak in the auth credcache code
The leak only affects the RPCSEC_GSS caches, since they are the only ones
that are dynamically allocated...
Rename the existing rpcauth_free_credcache() to rpcauth_clear_credcache()
in order to better describe its role, then add a new function
rpcauth_destroy_credcache() that actually frees the cache in addition to
clearing it out.

Also move the call to destroy the credcache in gss_destroy() to come before
the rpc upcall pipe is unlinked.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2007-07-10 23:40:33 -04:00
..
2006-12-06 10:46:43 -05:00
2007-04-30 22:17:15 -07:00
2006-10-03 23:01:26 +02:00
2005-10-18 23:19:47 -07:00
2006-12-06 10:46:47 -05:00
2006-12-06 10:46:44 -05:00
2006-04-19 12:43:46 -04:00
2007-04-30 22:17:15 -07:00
2006-12-06 10:46:52 -05:00
2007-05-14 19:33:47 -04:00