]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3cd906ffb7e8207138a99b01cac2895b524ba29
treecb9c829ee8eed6c49029b2c75b50824b10952004
parentf4d1ec20e8ad8e091c9a2f0fb5615af93ea717fc
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