Skip to content
Commit 813dbeb6 authored by Jason Wang's avatar Jason Wang Committed by David S. Miller
Browse files

vhost: reject zero size iova range



We used to accept zero size iova range which will lead a infinite loop
in translate_desc(). Fixing this by failing the request in this case.

Reported-by: default avatar <syzbot+d21e6e297322a900c128@syzkaller.appspotmail.com>
Fixes: 6b1e6cc7

 ("vhost: new device IOTLB API")
Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b4f47f38
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