Home
last modified time | relevance | path

Searched hist:"8 a3cc29c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvsock.c8a3cc29c Fri Dec 06 08:39:12 CST 2019 Stefano Garzarella <sgarzare@redhat.com> 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: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>