All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] io: fix crash in VNC websock server when client quits early
@ 2025-09-30 11:08 Daniel P. Berrangé
  2025-09-30 11:08 ` [PATCH 1/2] io: move websock resource release to close method Daniel P. Berrangé
  2025-09-30 11:08 ` [PATCH 2/2] io: fix use after free in websocket handshake code Daniel P. Berrangé
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel P. Berrangé @ 2025-09-30 11:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, Grant Millar | Cylo,
	Marc-André Lureau

See patch 2 for the description of the problem and reproducer

Daniel P. Berrangé (2):
  io: move websock resource release to close method
  io: fix use after free in websocket handshake code

 include/io/channel-websock.h |  1 +
 io/channel-websock.c         | 34 +++++++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 deletions(-)

-- 
2.50.1



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

end of thread, other threads:[~2025-09-30 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30 11:08 [PATCH 0/2] io: fix crash in VNC websock server when client quits early Daniel P. Berrangé
2025-09-30 11:08 ` [PATCH 1/2] io: move websock resource release to close method Daniel P. Berrangé
2025-09-30 11:21   ` Marc-André Lureau
2025-09-30 11:28     ` Daniel P. Berrangé
2025-09-30 11:08 ` [PATCH 2/2] io: fix use after free in websocket handshake code Daniel P. Berrangé
2025-09-30 11:26   ` Marc-André Lureau
2025-09-30 11:30     ` Daniel P. Berrangé

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.