rtnetlink: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:12:00 +0000 (20:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:42 +0000 (04:33 -0400)
commita6574349d068cb393ae547ee556e682e5fdb2ff3
tree62e7baece5a61271c338d4663fa02504af0b0242
parent9a6308d74edb791c05d0e292e6263efc69640942
rtnetlink: 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/rtnetlink.c
This page took 0.031785 seconds and 5 git commands to generate.