xfrm_user: Stop using NLA_PUT*().
commitd0fde795d21d6271934f132557ce9542ceb358eb
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2012 08:02:26 +0000 (29 04:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:11:36 +0000 (1 18:11 -0400)
tree438faf4d36afa7d7365cc2a85b724465f17b4f5a
parent72331bc0cd072c3f4b670cd1256e47681fc53b80
xfrm_user: 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/xfrm/xfrm_user.c