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 over 7 years ago
- Assignee set to Danny Browning
- Target version set to 70
Updated by Andreas Herz about 6 years ago
Is this done 100% by https://github.com/OISF/suricata/pull/3059 ?
Updated by Danny Browning almost 6 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 5 years ago
- Target version changed from 70 to TBD
Updated by Victor Julien 9 months ago
- Assignee changed from Danny Browning to Community Ticket
Updated by Philippe Antoine 28 days ago
Wonder what is the way to reproduce a buggy behavior...
Updated by Philippe Antoine 23 days ago
- Affected Versions 8.0.0 added
We should have Conf functions have a debug validation that this is not runtime...
Actions