]> git.ipfire.org Git - thirdparty/suricata.git/commit
smtp: don't pass partial boundary on to mime parser
authorVictor Julien <vjulien@oisf.net>
Fri, 15 Apr 2022 13:51:10 +0000 (15:51 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 20 Apr 2022 10:27:08 +0000 (12:27 +0200)
commite7417a8e96fcd23fa9e3b529d7c2bbd7b3efb928
tree9fa1cf822ea18ca081011497a67f812128a056e4
parent6e800a8548d9d2699589cac6afca3c0fa7613202
smtp: don't pass partial boundary on to mime parser

If the start of a line looks like it might be a mime boundary we
yield to the get line logic if we don't have enough data to be
conclusive.
src/app-layer-smtp.c