]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit261ad524c048d792828c308795f5503c9a70973f
tree62e7baece5a61271c338d4663fa02504af0b0242
parent1551fea74dca11deb4b4c98c7074a8bbe708f94a
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