netfilter: xtables: check for unconditionality of policies
authorJan Engelhardt <jengelh@medozas.de>
Thu, 9 Jul 2009 20:54:53 +0000 (22:54 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 10 Aug 2009 11:35:29 +0000 (13:35 +0200)
This adds a check that iptables's original author Rusty set forth in
a FIXME comment.

Underflows in iptables are better known as chain policies, and are
required to be unconditional or there would be a stochastical chance
for the policy rule to be skipped if it does not match. If that were
to happen, rule execution would continue in an unexpected spurious
fashion.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found