]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix crash in AppLayer Proto Detect 778/head
authorVictor Julien <victor@inliniac.net>
Fri, 17 Jan 2014 09:18:32 +0000 (10:18 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 17 Jan 2014 10:17:24 +0000 (11:17 +0100)
commit9952db6d6efe3e3b142d4b1c7d0e60d23bf39dff
tree79d496a084927f4d395b055448e91cafba55665f
parent06f9b0adbf08121e9f5c8c75d3d11581ede5333a
Fix crash in AppLayer Proto Detect

The App Proto Detect code would use the wrong pattern count to
index a results array, leading to SEGVs.

Bug #1080.
src/app-layer-detect-proto.c