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.
Updated by Andreas Herz almost 7 years ago
- Assignee set to Danny Browning
- Target version set to 70
Updated by Andreas Herz over 5 years ago
Is this done 100% by https://github.com/OISF/suricata/pull/3059 ?
Updated by Danny Browning about 5 years ago
This ticket came out of that PR.
Link to discussion: https://github.com/OISF/suricata/pull/2992#discussion_r152295401
Updated by Victor Julien about 4 years ago
- Target version changed from 70 to TBD
Actions