Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Eric Leblond 6b37985c66 unix-manager: fix race condition
Under high load it is possible that the thread is not yet started
and that we register a command at the same time. As a consequence,
the commands list is not yet initialized and we have a segfault.

This patch moves the initialization in the ThreadInit function to
be sure the commands list is available when needed.
11 years ago
benches
contrib suri-graphite: add ouput to file option 11 years ago
doc Fix make distcheck on CentOS 5.11 12 years ago
lua output-lua: add SCPacketTimeString 12 years ago
m4
qa prscript: add rm command 11 years ago
rules decode: add ERSPANv1 decoder 11 years ago
scripts app-layer setup scripts: enable new modules on copy 11 years ago
src unix-manager: fix race condition 11 years ago
.gitignore
.travis.yml travis: add libjansson and hiredis 11 years ago
COPYING GPL license sync with official gpl-2.0.txt 11 years ago
ChangeLog Update Changelog for 3.0RC2 11 years ago
LICENSE GPL license sync with official gpl-2.0.txt 11 years ago
Makefile.am Respect DESTDIR in install-conf and install-rules. 12 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac Update dev version to reflect we're doing 3.0 now 11 years ago
doxygen.cfg
reference.config Update reference.config 12 years ago
suricata.yaml.in http: more sane body inspection/tracking defaults 11 years ago
threshold.config