]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ipv6: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:28:52 +0000 (20:28 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:43 +0000 (04:33 -0400)
commit5db44f73ae601300e26b21c43d8bda05227a1b1b
tree909c86eb9b7bc40efc0743927f92c77bb4b644fb
parent568c304f43b541077622dc40cebd07ba7de032c5
netfilter: ipv6: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c