commit | 0f3d9a17469d71ba1bab79c07c8eecb9e26e60af | [log] [tgz] |
---|---|---|
author | Krishna Kumar <krkumar2@in.ibm.com> | Tue May 25 11:10:36 2010 +0530 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu May 27 12:19:02 2010 +0300 |
tree | a94a0c4e8a224261b3e2cb6f1329056f80d4e7b2 | |
parent | 8a74ad60a546b13bd1096b2a61a7a5c6fd9ae17c [diff] |
vhost: Fix host panic if ioctl called with wrong index Missed a boundary value check in vhost_set_vring. The host panics if idx == nvqs is used in ioctl commands in vhost_virtqueue_init. Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>