nf_conntrack_proto_sctp: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:51:07 +0000 (18:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:51:39 +0000 (18:51 -0400)
commit5e8d1eb5fb51e5b9d266a611133fea808320ab97
tree6f37d5c7154c50be2d2204349e22afeda4660f6c
parent4925a459e96767e84b112c023c3766d4aeefb611
nf_conntrack_proto_sctp: 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_sctp.c
This page took 0.028513 seconds and 5 git commands to generate.