]> git.itanic.dy.fi Git - linux-stable/commit
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Sep 2022 03:25:46 +0000 (05:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2022 12:15:48 +0000 (14:15 +0200)
commit21c47a08f96a3ec44c6f4a78614ea586faaa37f5
tree4dbdd097e6d780e68d8aa2086f3541ccf4864d23
parente1aad8c56090f1dda3dde400a23ff50ef74af781
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM

commit 17d3df38dc5f4cec9b0ac6eb79c1859b6e2693a4 upstream.

This is ignored anyway by the tcp layer.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Cc: stable@vger.kernel.org
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/transport.c