G. Campana 8379cadf71 virtio_console: fix a crash in config_work_handler
Using control_work instead of config_work as the 3rd argument to
container_of results in an invalid portdev pointer. Indeed, the work
structure is initialized as below:

    INIT_WORK(&portdev->config_work, &config_work_handler);

It leads to a crash when portdev->vdev is dereferenced later. This
bug
is triggered when the guest uses a virtio-console without multiport
feature and receives a config_changed virtio interrupt.

Signed-off-by: G. Campana <gcampana@quarkslab.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-01-19 23:46:31 +02:00
..
2016-07-14 16:21:53 +09:00
2016-12-13 12:11:01 -08:00
2016-08-05 09:48:22 -04:00
2011-03-31 11:26:23 -03:00
2017-01-11 09:14:19 +01:00
2016-01-22 18:04:28 -05:00
2011-01-10 08:51:44 -08:00