nfnetlink_queue: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 03:27:38 +0000 (23:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:43:44 +0000 (18:43 -0400)
commita447189e073bf603e335f20f924b71d385d6b2ef
tree09e8f85a2044f5571dfa133935b93e95f645cb67
parent444653f696d60217e145b050fb82967eaf34eb3f
nfnetlink_queue: 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/nfnetlink_queue.c