From: Victor Julien Date: Tue, 1 Dec 2015 14:20:19 +0000 (+0100) Subject: smtp: reset inspection buffers X-Git-Tag: suricata-3.0RC3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74a8c874f81fc805223fdc84cf70d23c64a8570;p=thirdparty%2Fsuricata.git smtp: reset inspection buffers --- diff --git a/src/detect.c b/src/detect.c index 401d2b008d..74a1b8a927 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1827,6 +1827,7 @@ end: DetectEngineCleanHCBDBuffers(det_ctx); DetectEngineCleanHSBDBuffers(det_ctx); DetectEngineCleanHHDBuffers(det_ctx); + DetectEngineCleanSMTPBuffers(det_ctx); /* store the found sgh (or NULL) in the flow to save us from looking it * up again for the next packet. Also return any stream chunk we processed