]> git.baikalelectronics.ru Git - kernel.git/commit
rtnl: RTM_GETNETCONF: fix wrong return value
authorAnton Protopopov <a.s.protopopov@gmail.com>
Wed, 17 Feb 2016 02:43:16 +0000 (21:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:33:46 +0000 (15:33 -0500)
commit4e1c5198ebeef8df82f8e3ae8ff5385fe572ddb4
tree0ddad3647e038b6fc41840e9a471d95defc54231
parentcd340b440574681d5e6fba64bb0c4893f7089e90
rtnl: RTM_GETNETCONF: fix wrong return value

An error response from a RTM_GETNETCONF request can return the positive
error value EINVAL in the struct nlmsgerr that can mislead userspace.

Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/devinet.c
net/ipv6/addrconf.c