kernel: backport overlayfs v11 to 3.0 and 2.6.39
[openwrt.git] / target / linux / generic / patches-2.6.39 / 612-netfilter_match_reduce_memory_access.patch
index a36a172..7c50ad7 100644 (file)
@@ -9,7 +9,7 @@
 +                (ip->saddr&ipinfo->smsk.s_addr) != ipinfo->src.s_addr,
                  IPT_INV_SRCIP) ||
 -          FWINV((ip->daddr&ipinfo->dmsk.s_addr) != ipinfo->dst.s_addr,
-+          FWINV(ipinfo->smsk.s_addr &&
++          FWINV(ipinfo->dmsk.s_addr &&
 +                (ip->daddr&ipinfo->dmsk.s_addr) != ipinfo->dst.s_addr,
                  IPT_INV_DSTIP)) {
                dprintf("Source or dest mismatch.\n");
This page took 0.0249 seconds and 4 git commands to generate.