In the error path during allocating an in_pcb, the credentials
associated with the new struct get their reference count
increased early on, but not decremented when the allocation
fails.
Reported-by: cmiller_netapp.com
MFC after: 3 days
Differential D45033
in_pcb: don't leak credential refcounts on error rscheff on Apr 30 2024, 9:47 PM. Authored by Tags None Referenced Files
Details In the error path during allocating an in_pcb, the credentials Reported-by: cmiller_netapp.com
Diff Detail
Event TimelineComment Actions Good catch, thanks! Must also be merged to stable/14.
|