Re: [PULL 16/18] hw/audio/virtio-sound: fix heap buffer overflow

2024-09-13 Thread Volker Rümelin
Cc: qemu-sta...@nongnu.org stable-8.2, stable-9.0 and stable-9.1 > From: Volker Rümelin > > Currently, the guest may write to the device configuration space, > whereas the virtio sound device specification in chapter 5.14.4 > clearly states that the fields in the device configuration space > are

[PULL 16/18] hw/audio/virtio-sound: fix heap buffer overflow

2024-09-11 Thread Michael S. Tsirkin
From: Volker Rümelin Currently, the guest may write to the device configuration space, whereas the virtio sound device specification in chapter 5.14.4 clearly states that the fields in the device configuration space are driver-read-only. Remove the set_config function from the virtio_snd class.