Skip to content
Commit 8a3cc29c authored by Stefano Garzarella's avatar Stefano Garzarella Committed by David S. Miller
Browse files

vhost/vsock: accept only packets with the right dst_cid



When we receive a new packet from the guest, we check if the
src_cid is correct, but we forgot to check the dst_cid.

The host should accept only packets where dst_cid is
equal to the host CID.

Signed-off-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fafc5db2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment