]> git.ipfire.org Git - thirdparty/suricata.git/commit
debug: support %m output format again
authorVictor Julien <vjulien@oisf.net>
Fri, 25 Feb 2022 14:40:41 +0000 (15:40 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 12 Apr 2022 05:53:53 +0000 (07:53 +0200)
commit1c8559b3ab2b90a8b90ef95fd942369574eb2af5
tree002c03fe878ef998ff06d010e06c80e12cbfb7d0
parentce4e5437198c59e13b7020e063702d79b3c4c721
debug: support %m output format again

Use thread local storage to avoid the previous dead lock issues.
src/threads.c
src/threads.h
src/util-debug.c