]> git.ipfire.org Git - thirdparty/suricata.git/commit
Remove free operation on thread name field.
authorZachary Rasmor <zachary.r.rasmor@lmco.com>
Wed, 27 Apr 2016 04:51:54 +0000 (00:51 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 2 May 2016 08:10:40 +0000 (10:10 +0200)
commitdbbca37a942f8122929cd2a4af1dd9ae425c9c56
tree2d7053738bbaf9f78f7340c19d3f346e9039f47e
parent71018cd2cecabe69c381e8b9a78ecbe9cbc86a4a
Remove free operation on thread name field.

Name field is now  a pre-allocated array - free is no longer necessary.
Fix issue leading to segfault during interface shortening in Single runmode.
src/tm-threads.c
src/util-runmodes.c