]> git.ipfire.org Git - thirdparty/suricata.git/commit
smtp: remove defunct check for line with single LF 7493/head
authorVictor Julien <vjulien@oisf.net>
Sun, 5 Jun 2022 16:23:55 +0000 (18:23 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 6 Jun 2022 19:21:03 +0000 (21:21 +0200)
commitca3be76e23bca8667e5d4abf0e495116ecb26749
treea895d461af82bdde4651038beeb3aae97d8f9286
parent45083caf81137a64668a2f30c5b8f1f0875247bf
smtp: remove defunct check for line with single LF

Don't fix it as DATA processing needs all the bytes.

(cherry picked from commit 96bb67f474242936c029e57be3d4da1365150943)
src/app-layer-smtp.c