]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix lowercase table initialization (bug 1221)
authorKen Steele <ken@tilera.com>
Tue, 24 Jun 2014 18:43:58 +0000 (14:43 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 30 Jun 2014 15:29:41 +0000 (17:29 +0200)
commitf2e777e3a5fa5ee9d419b3fc2528b3f37e4696cd
treee5c89aac458c87a38868645fe2e4b5b44fa20443
parent1419e400a17becf3bce7597256739f9e01cd9a0e
Fix lowercase table initialization (bug 1221)

The for loop needed to check for < 256, not < 255.
src/suricata.c
src/util-mpm-ac.c
src/util-mpm-wumanber.c