]> 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)
commit0d1f4a35dced58b1b7f03d4374511fff2e923b6e
treecb9c829ee8eed6c49029b2c75b50824b10952004
parent97b6276281502b6dfb1aa7a6284efe2732bf6f68
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