Re: [RTNL]: Add missing link netlink attribute policy definitions
From: David Miller <davem@davemloft.net> Date: 2008-02-20 00:11:41
From: Thomas Graf <tgraf@suug.ch>
Date: Wed, 20 Feb 2008 00:46:06 +0100
IFLA_LINK is no longer a write-only attribute on the kernel
side and must thus be validated. Same goes for the newly
introduced IFLA_LINKINFO.
Fixes undefined behaviour if either of the attributes are
not well formed.
Signed-off-by: Thomas Graf <tgraf@suug.ch>