All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] virtio-snd OOB fixes
@ 2026-02-20  9:40 Manos Pitsidianakis
  2026-02-20  9:40 ` [PATCH 1/5] MAINTAINERS: add me as maintainer to virtio-snd Manos Pitsidianakis
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Manos Pitsidianakis @ 2026-02-20  9:40 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Philippe Mathieu-Daudé, Gerd Hoffmann,
	Manos Pitsidianakis, qemu-stable, 罗铭源,
	DARKNAVY

This series adds guards against two potential OOB memory accesses by
checking for integer overflow, and by checking for the correct size of
input buffers.

Also, at the request of mst I added myself as a maintainer.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
Manos Pitsidianakis (5):
      MAINTAINERS: add me as maintainer to virtio-snd
      virtio-snd: remove TODO comments
      virtio-snd: handle 5.14.6.2 for PCM_INFO properly
      virtio-snd: fix max_size bounds check in input cb
      virtio-snd: tighten read amount in in_cb

 MAINTAINERS           |  2 +-
 hw/audio/virtio-snd.c | 68 +++++++++++++++++++++++++++++----------------------
 2 files changed, 40 insertions(+), 30 deletions(-)
---
base-commit: 07f97d5da04a9f97e273de85c76f5017d8135a6e
change-id: 20260220-virtio-snd-series-d9e6aa95466a

--
γαῖα πυρί μιχθήτω



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-20 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20  9:40 [PATCH 0/5] virtio-snd OOB fixes Manos Pitsidianakis
2026-02-20  9:40 ` [PATCH 1/5] MAINTAINERS: add me as maintainer to virtio-snd Manos Pitsidianakis
2026-02-20 12:23   ` Alex Bennée
2026-02-20  9:40 ` [PATCH 2/5] virtio-snd: remove TODO comments Manos Pitsidianakis
2026-02-20  9:40 ` [PATCH 3/5] virtio-snd: handle 5.14.6.2 for PCM_INFO properly Manos Pitsidianakis
2026-02-20  9:40 ` [PATCH 4/5] virtio-snd: fix max_size bounds check in input cb Manos Pitsidianakis
2026-02-20  9:40 ` [PATCH 5/5] virtio-snd: tighten read amount in in_cb Manos Pitsidianakis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.