Actions
Bug #2296
openUnix Manager Should Not Use Conf Functions to Pass Information to source-pcap-file
Affected Versions:
Effort:
Difficulty:
Label:
Description
See discussion on https://github.com/OISF/suricata/pull/2992
https://github.com/OISF/suricata/blob/master/src/runmode-unix-socket.c#L316
Using conf functionality at runtime is unsafe. A mutex protected tailq should be used to expose this information to source-pcap-file.
Actions