Actions
Bug #7640
openpcap-log: issues with multiple instances of pcap-log
Description
The pcap-log
uses some globals with the assumption that only one instance will exist, however, the structure of the configuration file and logging modules does allow for multiple instances.
- global PcapLogData for shared data in an instance (ovewritten when a new instance is created)
- thread count is global, for the thread number, instead of per instance
- double frees of global data on exit
Updated by Philippe Antoine 16 days ago
- Affected Versions 8.0.0 added
- Affected Versions deleted (
git master)
Actions