]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mptcp/pm_netlink.c : add check for nla_put_in/6_addr
authorBo YU <tsu.yubo@gmail.com>
Thu, 23 Apr 2020 02:10:03 +0000 (10:10 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 22:38:10 +0000 (15:38 -0700)
commitb4e0f9a926ec557cc0b91216957afd1b711bd45f
treebc0edfb6596fcb68d7fa010d53e43fb038c28806
parent6ed79cec3ced6e346a10a70120fcee5f03591bab
mptcp/pm_netlink.c : add check for nla_put_in/6_addr

Normal there should be checked for nla_put_in6_addr like other
usage in net.

Detected by CoverityScan, CID# 1461639

Fixes: 01cacb00b35c ("mptcp: add netlink-based PM")
Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/pm_netlink.c