[kernel] add ignore_oc in struct ehci_hcd
[openwrt.git] / target / linux / generic / patches-3.0 / 612-netfilter_match_reduce_memory_access.patch
index 817b37e..f506165 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.025265 seconds and 4 git commands to generate.