]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1836 in SNORT/snort3 from ~DAVMCPHE/snort3:stream_tcp_tsm_tsan_pa...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Wed, 13 Nov 2019 00:04:27 +0000 (19:04 -0500)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Wed, 13 Nov 2019 00:04:27 +0000 (19:04 -0500)
commita2ca6d538dd4728dce05fb4579f205ce61304e7c
tree26d3c22229dd703bc315f64d50315f55e4f3fdce
parentb051ca3ac3d2275de410b482a9382c95d268aa79
Merge pull request #1836 in SNORT/snort3 from ~DAVMCPHE/snort3:stream_tcp_tsm_tsan_patch to master

Squashed commit of the following:

commit bc8abc4b89ad76dbf294cc5e09c4d643d19607d8
Author: davis mcpherson <davmcphe@cisco.com>
Date:   Wed Nov 6 11:40:38 2019 -0500

    stream_tcp: initialize tcp state machine instance in the stream_tcp plugin init method to ensure
    it is created before the packet threads are started.  in addition the state machine is deleted
    in the stream_tcp plugin term method to free up allocated memory before snort exits.
src/stream/libtcp/tcp_state_machine.cc
src/stream/libtcp/tcp_state_machine.h
src/stream/tcp/stream_tcp.cc
src/stream/tcp/tcp_stream_state_machine.cc
src/stream/tcp/tcp_stream_state_machine.h