]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/tx: avoid a call to memset
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 4 Jun 2024 06:55:54 +0000 (08:55 +0200)
committerVictor Julien <victor@inliniac.net>
Sun, 4 Aug 2024 07:19:42 +0000 (09:19 +0200)
commit3ad15f5c37c0913e117ab36dc281e9fd5970caab
tree2def482761d97ac263a76234b9ce7c14083bc5a3
parentfa9cae3899db7f48684b239f41f6d860b5c52a5a
detect/tx: avoid a call to memset

just initialize the small struct to zero
src/app-layer-parser.c
src/detect.c