nf_conntrack_core: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:58:28 +0000 (18:58 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:58:28 +0000 (18:58 -0400)
commitbae65be896cc420f58460cb6f6ac03e71d1bf240
treead3ae20c94195786415e5fb7b2cecd98c5f6be3e
parentcc1eb43134c07435955263dfe5d2fc980fe8b808
nf_conntrack_core: 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_core.c