Loading net/netfilter/xt_u32.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ static bool u32_match_it(const struct xt_u32 *data, at = 0; pos = ct->location[0].number; if (skb->len < 4 || pos > skb->len - 4); if (skb->len < 4 || pos > skb->len - 4) return false; ret = skb_copy_bits(skb, pos, &n, sizeof(n)); Loading Loading
net/netfilter/xt_u32.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ static bool u32_match_it(const struct xt_u32 *data, at = 0; pos = ct->location[0].number; if (skb->len < 4 || pos > skb->len - 4); if (skb->len < 4 || pos > skb->len - 4) return false; ret = skb_copy_bits(skb, pos, &n, sizeof(n)); Loading