Re: [PATCH 0/2] rpc.gssd: Two resource leaks
Steve Dickson <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
On 7/3/26 12:39 PM, [email protected] wrote: > From: Thiago Becker <[email protected]> > > Patch 1 drops a reference to clnt_info when alloc_upcall_info fails. > Patch 2 frees the thread attributes before returning from > start_upcall_thread. > > Both leaks were identified by claude sonnet 4.5, among some amount of > false positives that were hand filtered. > > Thiago Becker (2): > rpc.gssd: Decrement client referece count on error paths > rpc.gssd: Call pthread_attr_destroy before returning from > start_upcall_thread > > utils/gssd/gssd_proc.c | 4 ++++ > 1 file changed, 4 insertions(+) > Committed... (tag: nfs-utils-2-9-2-rc5) steved.