nf_conntrack_proto_udp{,lite}: Stop using NLA_PUT*().
commit3c60a17b1b55ac4a72382502c952222b7649d63b
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:48:06 +0000 (1 18:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:48:06 +0000 (1 18:48 -0400)
treede12d1001b5d76cb35d7ab6ccba8b61eee19efb7
parent7c8011895330d3069b137233e2673f40ee6f4c91
nf_conntrack_proto_udp{,lite}: 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/netfilter/nf_conntrack_proto_udp.c
net/netfilter/nf_conntrack_proto_udplite.c