]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect-flowint: fix unlocked flow access
authorVictor Julien <victor@inliniac.net>
Fri, 20 Mar 2015 14:23:18 +0000 (15:23 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 20 Mar 2015 14:53:05 +0000 (15:53 +0100)
commit9bcb02119f9e3c443f10f48c2d602db45a460a6f
tree8fa8af0c4d51705cf74b3d2647f6ae51ac7fc5de
parent18f0351d9bcd69dff0839680050fea3bb8d3264b
detect-flowint: fix unlocked flow access

Some of the access to the flow and to structures retrieved from the
flow was unlocked.

This patch changes the logic to be wrapped in lock calls.
src/detect-flowint.c