]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve/mqtt: fix mqtt logging with threaded eve
authorJason Ish <jason.ish@oisf.net>
Thu, 25 Mar 2021 18:11:01 +0000 (12:11 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 29 Mar 2021 15:45:52 +0000 (09:45 -0600)
commit64330498f842386cc1f1cdec0409959b5565496f
treed0ad9ec90bda0c1d2212ac2d6ac4df136c9574d0
parentdd8eeb6353a1358f5c91f3c44d2220c2b2c8c6e8
eve/mqtt: fix mqtt logging with threaded eve

Mqtt was not setting up a per-thread file context for logging
in threaded mode, leading a crash when used in threaded mode.

Redmine issue:
https://redmine.openinfosecfoundation.org/issues/4404
src/output-json-mqtt.c