]> git.ipfire.org Git - thirdparty/suricata.git/commit
profiling: end profiling tunnel packets inside lock 820/head
authorVictor Julien <victor@inliniac.net>
Tue, 4 Feb 2014 17:18:46 +0000 (18:18 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Feb 2014 17:20:29 +0000 (18:20 +0100)
commit55f8672a0469d87445591b93ad955e492c586943
treee1c6460d2ee44fdc28980b86e0189e4d22dbdc74
parent4e5572b8dce2d45361ea7efee3f3faa66e6c4d12
profiling: end profiling tunnel packets inside lock

End profiling inside the lock for a tunnel packet as otherwise another
thread may already free the packet while the profiling code runs.

SEGV's observed and now gone.
src/tmqh-packetpool.c