Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@xxxxxxxxxxxxxxx> --- net/netfilter/nft_byteorder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/netfilter/nft_byteorder.c b/net/netfilter/nft_byteorder.c index d213b98..c39ed8d 100644 --- a/net/netfilter/nft_byteorder.c +++ b/net/netfilter/nft_byteorder.c @@ -110,8 +110,6 @@ static int nft_byteorder_init(const struct nft_ctx *ctx, } priv->len = ntohl(nla_get_be32(tb[NFTA_BYTEORDER_LEN])); - // FIXME: something is corrupting the attribute value - priv->len = 4; if (priv->len == 0 || priv->len > FIELD_SIZEOF(struct nft_data, data)) return -EINVAL; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html