]> git.ipfire.org Git - thirdparty/suricata.git/commit
unix: fix deadlock in unix runmode on many cores 3576/head
authorVictor Julien <victor@inliniac.net>
Sun, 9 Dec 2018 08:05:44 +0000 (09:05 +0100)
committerVictor Julien <victor@inliniac.net>
Sun, 9 Dec 2018 08:05:44 +0000 (09:05 +0100)
commit9d36182b7433ce028ffc2ae4040bfcc1f256d72a
treeedc9d384ca6950f80bf2dc0d9ff96b3376ce854d
parent8d2883f3fa3ac0f4811a7ede46f35ec9456bdff5
unix: fix deadlock in unix runmode on many cores

Same issue as in 7f8795c7563827f090d8679cb35847af0085fc56, with the
solution now also applied to the unix socket runmode.

Bug #2734
src/runmode-unix-socket.c