]> git.ipfire.org Git - thirdparty/suricata.git/commit
mime: properly pass full lines to non-decoded body
authorVictor Julien <vjulien@oisf.net>
Mon, 27 Jun 2022 18:15:16 +0000 (20:15 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 29 Jun 2022 07:38:22 +0000 (09:38 +0200)
commitb82b8825e79bd43901720813b672a9ff5c7bf120
tree6fc1655f46c76442099b3ad631edc8e439be5ff6
parent0d6ab727c55cbda04404ec44c5aa6582f3922478
mime: properly pass full lines to non-decoded body

Use actual delim count and make sure we also pass on empty lines
(so delim(s) only).
src/util-decode-mime.c