Actions
Bug #4404
closedeve/mqtt: mqtt logging crashes when eve is multithreaded
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 6.0
Description
Mqtt is not using the per thread file context, but instead using the "parent" level one which is not valid when running with eve-threading on.
6.0 also affected. 5.0 is not.
Updated by Jason Ish over 3 years ago
- Copied to Bug #4405: 6.0.x: eve/mqtt: mqtt logging crashes when eve is multithreaded added
Updated by Jason Ish over 3 years ago
- Status changed from Assigned to Closed
Merged as part of a eve logging cleanup PR: https://github.com/OISF/suricata/pull/6006
Actions