]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/iprep: fix loading of mixed ipv4/ipv6 lists
authorVictor Julien <victor@inliniac.net>
Sat, 13 Feb 2021 15:54:56 +0000 (16:54 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 13 Feb 2021 15:55:06 +0000 (16:55 +0100)
commit7b03e6837e5a7366f546e7a2b681d2921ded1ab1
tree82314198b4d0da629a71bbd1c3c699e7f2e23d16
parent82ecf64fe6a58422fd90134062ba273736386f92
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.
src/reputation.c