]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/core/fib_rules.c
fib_rules: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:47:01 +0000 (20:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:44 +0000 (04:33 -0400)
commit0e3cea7b3cdb2344919e96b3af33de64736ae3a3
treed1ab0f9e682be82389d801c1f69702ff66cab0b3
parentbe51da0f3e346eb520c4ffdaecb8ba6fb4337a76
fib_rules: 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/core/fib_rules.c