]> git.michaelhowe.org Git - packages/o/openafs.git/commit
viced-client-refcount-leak-20060228
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 1 Mar 2006 05:04:00 +0000 (05:04 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 1 Mar 2006 05:04:00 +0000 (05:04 +0000)
commit6f707d94064646762e7014d19840b5b2902b3a4e
tree54b7fea00d8690dc763a1c9556cbfa68ac87efe9
parentfc5acc01517260c661097cf84bddc359ca060bd3
viced-client-refcount-leak-20060228

SRXAFS_CallBackRxConnAddr calls h_FindClient_r which returns a
client with a refCount and the client->host held.  The call
to CallPostamble will release the host hold but not the client
refcount.
src/viced/afsfileprocs.c