Actions
Bug #7759
closedpcap-log: fix memory leak on error paths after SCStrdup(prefix)
Description
When PcapLogDataCopy() fails after duplicating pl->prefix,
the allocated 'prefix' string was not freed, leading to a leak.
Actions
Added by Boris Tonofa 6 months ago. Updated 5 months ago.
Description
When PcapLogDataCopy() fails after duplicating pl->prefix,
the allocated 'prefix' string was not freed, leading to a leak.
Fixed by commit 97bfa3b10883610c7675d5b7d99985667b0ed1a1