Re: [PATCH 1/3] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Aug 19, 2012 at 10:16:08PM +0200, Patrick McHardy wrote:
> Commit 1db20a52 (nfnetlink_log: Stop using NLA_PUT*().) incorrectly
> converted a NLA_PUT_BE16 macro to nla_put_be32() in nfnetlink_log:
> 
> -               NLA_PUT_BE16(inst->skb, NFULA_HWTYPE, htons(skb->dev->type));
> +               if (nla_put_be32(inst->skb, NFULA_HWTYPE, htons(skb->dev->type))

queued for net tree. Thanks Patrick.
--
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


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux