]> git.ipfire.org Git - people/ms/suricata.git/commit
http: error check htp_list_size
authorVictor Julien <victor@inliniac.net>
Mon, 5 Oct 2020 06:17:19 +0000 (08:17 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 5 Oct 2020 06:17:25 +0000 (08:17 +0200)
commite07a4393a9dc07d199a04540d0b54119ee95a2a5
tree0158487f82a83a9d00bba1a0eabb29b8e56164cd
parent6f9b7e052affa61f85ba7fc42c72f6f0ad5383cc
http: error check htp_list_size

This avoids a potential casting to uint64_t of -1, leading to a very
high upper bound of the tx loop.
src/app-layer-htp.c