]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-smtp.h
Fix too many SMTP commands causing an integer overflow in the cmds_cnt variable,...
authorVictor Julien <victor@inliniac.net>
Sat, 1 Oct 2011 23:16:07 +0000 (01:16 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 1 Oct 2011 23:16:07 +0000 (01:16 +0200)
commitbc5c9f4a52b4924e7a816e99d928a9df0e7f7653
treeeb9516c455c359c8a84c6bda1686cdeadcdf93ef
parent9baa16af6314702dc74c21431570d2dd3a063c2c
Fix too many SMTP commands causing an integer overflow in the cmds_cnt variable, in turn causing an out of bounds memory write.
src/app-layer-smtp.c
src/app-layer-smtp.h