]> git.baikalelectronics.ru Git - kernel.git/commit
nf_conntrack_proto_udp{,lite}: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:48:06 +0000 (18:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:48:06 +0000 (18:48 -0400)
commit57afc8c556d2813b7778e8a83f3d9e2562c3517a
treede12d1001b5d76cb35d7ab6ccba8b61eee19efb7
parent49369922454834712d7db0890e9246a1a51cfe83
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