]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #459 in SNORT/snort3 from ha-sc to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 28 Apr 2016 17:31:21 +0000 (13:31 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 28 Apr 2016 17:31:21 +0000 (13:31 -0400)
commit5c57e4d7c1aa6d602911a11367a2be54b4e1f6e5
treeb38f5b2d9c24b4e581f685c891ce23a9d9169859
parent05a8a7cfc2f7edac73e65b615958274f641ff88c
parent8dc406a905d94ce9093e98f300eae2e35862cb42
Merge pull request #459 in SNORT/snort3 from ha-sc to master

* commit '8dc406a905d94ce9093e98f300eae2e35862cb42':
  Missed two THREAD_LOCAL attributes on object pointers.
  Fixed errors in handling of connector configuration.  Previously the module created a static configuration list and then handed off a copy of this to side_channel.  This had some errors and was confusing.  Moved to a totally dynamically allocated config_set.  The module creates a vector of pointers and then hands this over to the side_channel.  No copying.  And no memory leaks.