Actions
Bug #7759
closed
BT
BT
pcap-log: fix memory leak on error paths after SCStrdup(prefix)
Bug #7759:
pcap-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