]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/iprep: fix loading of mixed ipv4/ipv6 lists 5864/head
authorVictor Julien <victor@inliniac.net>
Sat, 13 Feb 2021 15:54:56 +0000 (16:54 +0100)
committerJeff Lucovsky <jeff@lucovsky.org>
Mon, 15 Feb 2021 18:25:50 +0000 (13:25 -0500)
commitefe7a65eadf682858b522d173119322dfd29a4c0
tree82ec850d2690ea9e82c9802128d68213df209830
parente573433ed7e41e2f82b55eeacb8f29d5428fb212
detect/iprep: fix loading of mixed ipv4/ipv6 lists

Improper reuse of the address data structure between loading
different lines in the iprep file would lead to the host using
a malformed address.

(cherry picked from commit 7b03e6837e5a7366f546e7a2b681d2921ded1ab1)
src/reputation.c