Skip to content
Commit 03e9f8a0 authored by Yunjian Wang's avatar Yunjian Wang Committed by Michael S. Tsirkin
Browse files

virtio_net: fix return value check in receive_mergeable()



The function virtqueue_get_buf_ctx() could return NULL, the return
value 'buf' need to be checked with NULL, not value 'ctx'.

Signed-off-by: default avatarYunjian Wang <wangyunjian@huawei.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 25f32223
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