]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.
authorArjun Roy <arjunroy@google.com>
Thu, 11 Feb 2021 21:21:07 +0000 (13:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 02:25:05 +0000 (18:25 -0800)
commit7219de9a2686012e5bb345984143b66ed6720c63
treebc4d1719f93484e52dcd327e014378c00702dfeb
parent0048dc866b019c15dab3900f0d53016b4ff26a19
tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.

Explicitly define reserved field and require it and any subsequent
fields to be zero-valued for now. Additionally, limit the valid CMSG
flags that tcp_zerocopy_receive accepts.

Fixes: ccbf2d1b716c ("tcp: Add receive timestamp support for receive zerocopy.")
Signed-off-by: Arjun Roy <arjunroy@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Soheil Hassas Yeganeh <soheil@google.com>
Suggested-by: David Ahern <dsahern@gmail.com>
Suggested-by: Leon Romanovsky <leon@kernel.org>
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tcp.h
net/ipv4/tcp.c