]> git.ipfire.org Git - thirdparty/iptables.git/commit
fix double-free if a single match is used multiple times within a signle rule
authorHarald Welte <laforge@gnumonks.org>
Sat, 11 Feb 2006 09:34:16 +0000 (09:34 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sat, 11 Feb 2006 09:34:16 +0000 (09:34 +0000)
commitd6bc6084bca3304a8cc800a57869bef1e21498de
tree284929f76c23a40b34b8a77f9aaa318bb57e507e
parent0fbc8622895f1763b8815e058fb9a618ff4c629a
fix double-free if a single match is used multiple times within a signle rule
(Closes: #440).  However, while this fixes the double-free, it still doesn't make iptables
support two of the same matches within one rule.  Apparently the last matchinfo is copied into all the previous
matchinfo instances.
ip6tables.c
iptables.c