]> git.ipfire.org Git - thirdparty/suricata.git/commit
htp: alloc user data at tx start
authorVictor Julien <victor@inliniac.net>
Sun, 7 Jun 2020 20:22:05 +0000 (22:22 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 11 Jul 2020 06:37:40 +0000 (08:37 +0200)
commit274a033d656a5abd8ed0df021a96a2f618b90e64
tree375b40b772afbf610df8e52a5c4d71078da4be28
parentf7ff7dbaeddb4c86334968c667ea6b1a8cb4583c
htp: alloc user data at tx start

This way the AppLayerTxData is set up from the start. Any type of
processing (logging, detection) will lead to setting up the user
data later on anyway.

Remove other places where it was added.
src/app-layer-htp.c