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
Victor Julien 9c5ee76455 tcp: fix unlikely NULL-ptr dereference
If a TCP packet could not get a flow (flow engine out of flows/memory)
and there were *only* TCP inspecting rules with the direction
explicitly set to 'to_server', a NULL pointer deref could happen.

PacketPatternSearchWithStreamCtx would fall through to the 'to_client'
case which was not initialized.
9 years ago
benches
contrib
doc
lua
m4
qa
rules rules: add rules for TLS SNI app layer events 9 years ago
scripts
src tcp: fix unlikely NULL-ptr dereference 9 years ago
.gitignore
.travis.yml
COPYING
ChangeLog changelog: update for 3.0.1RC1 9 years ago
LICENSE
Makefile.am build: install app-layer-events.rules 9 years ago
Makefile.cvs
acsite.m4
autogen.sh
classification.config
config.rpath
configure.ac configure: bypass libpcre 8.35 check 9 years ago
doxygen.cfg
reference.config
suricata.yaml.in smtp: fix config parsing and config defaults 9 years ago
threshold.config