]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4d1ec20e8ad8e091c9a2f0fb5615af93ea717fc
tree09e8f85a2044f5571dfa133935b93e95f645cb67
parentb6cdf519703d1dbd53378b68c4856229b8777996
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