summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
diff options
context:
space:
mode:
authorJordan Rife <jrife@google.com>2023-09-21 18:46:42 -0500
committerDavid S. Miller <davem@davemloft.net>2023-10-01 19:31:29 +0100
commitc889a99a21bf124c3db08d09df919f0eccc5ea4c (patch)
tree18c63a51bfbee4af1f62a89a688ba25c7c05697e /drivers/ptp
parent86a7e0b69bd5b812e48a20c66c2161744f3caa16 (diff)
downloadlinux-c889a99a21bf124c3db08d09df919f0eccc5ea4c.tar.gz
linux-c889a99a21bf124c3db08d09df919f0eccc5ea4c.tar.bz2
linux-c889a99a21bf124c3db08d09df919f0eccc5ea4c.zip
net: prevent address rewrite in kernel_bind()
Similar to the change in commit 0bdf399342c5("net: Avoid address overwrite in kernel_connect"), BPF hooks run on bind may rewrite the address passed to kernel_bind(). This change 1) Makes a copy of the bind address in kernel_bind() to insulate callers. 2) Replaces direct calls to sock->ops->bind() in net with kernel_bind() Link: https://lore.kernel.org/netdev/20230912013332.2048422-1-jrife@google.com/ Fixes: 4fbac77d2d09 ("bpf: Hooks for sys_bind") Cc: stable@vger.kernel.org Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Jordan Rife <jrife@google.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp')
0 files changed, 0 insertions, 0 deletions