nf_conntrack_netlink: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:57:48 +0000 (18:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:57:48 +0000 (18:57 -0400)
commitcc1eb43134c07435955263dfe5d2fc980fe8b808
treec91629a69fff56ab396bd97418c7d0dae9da1849
parent516ee48f0be93ea5b41eaa5f7c5e06246447e575
nf_conntrack_netlink: 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_netlink.c
This page took 0.027284 seconds and 5 git commands to generate.