Files
linux/drivers
Michael S. Tsirkin 0ffaeadfc4 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>
2014-12-09 12:05:23 +02:00
..
2014-11-23 14:29:44 -05:00
2014-11-17 11:25:29 -08:00
2014-09-22 16:48:47 +09:00