nfnetlink_log: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 03:31:16 +0000 (23:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:43:44 +0000 (18:43 -0400)
commit1db20a52950e329f308900f1c603bf05bb1bebc3
treecb9c829ee8eed6c49029b2c75b50824b10952004
parenta447189e073bf603e335f20f924b71d385d6b2ef
nfnetlink_log: 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_log.c