commit | 0ffaeadfc451a11b5da35578b2f9b977f9f46489 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 27 13:29:24 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 12:05:23 2014 +0200 |
tree | 930739568abe771406bd9e9a01c11c8707958f42 | |
parent | e16e12be34648777606a2c03a3526409b38f0e63 [diff] |
mic_virtio: robust feature array size calculation mic reads sizeof(vdev->features) bits from device, but in fact it stores bits in local features variable. use sizeof(features) to make code robust against future changes extending sizeof(vdev->features). Signed-off-by: Michael S. Tsirkin <mst@redhat.com>