All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] fix segfaults triggered by failed vnc handshakes
@ 2012-10-14 13:08 Tim Hardeck
  2012-10-14 13:08 ` [Qemu-devel] [PATCH 1/2] vnc: fix segfault due to failed handshake Tim Hardeck
  2012-10-14 13:08 ` [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals Tim Hardeck
  0 siblings, 2 replies; 16+ messages in thread
From: Tim Hardeck @ 2012-10-14 13:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Tim Hardeck

While trying to adapt Anthony Liguori's websockets patches to the current standard I ran into some segfaults.

They were triggered during disconnects due to failed VNC handshakes.

I have added checks to prevent them.

Tim Hardeck (2):
  vnc: fix segfault due to failed handshake
  qemu queue: fix uninitialized removals

 qemu-queue.h |    8 ++++++--
 ui/vnc.c     |    4 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-10-18 13:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 13:08 [Qemu-devel] [PATCH 0/2] fix segfaults triggered by failed vnc handshakes Tim Hardeck
2012-10-14 13:08 ` [Qemu-devel] [PATCH 1/2] vnc: fix segfault due to failed handshake Tim Hardeck
2012-10-17 12:52   ` [Qemu-trivial] " Andreas Färber
2012-10-17 12:52     ` Andreas Färber
2012-10-14 13:08 ` [Qemu-devel] [PATCH 2/2] qemu queue: fix uninitialized removals Tim Hardeck
2012-10-17 15:00   ` [Qemu-trivial] " Andreas Färber
2012-10-17 15:00     ` Andreas Färber
2012-10-17 21:24     ` [Qemu-trivial] " Tim Hardeck
2012-10-17 21:24       ` Tim Hardeck
2012-10-18 10:43       ` [Qemu-trivial] " Kevin Wolf
2012-10-18 10:43         ` Kevin Wolf
2012-10-18 13:24         ` [Qemu-trivial] " Andreas Färber
2012-10-18 13:24           ` Andreas Färber
2012-10-18 13:32         ` [Qemu-trivial] " Peter Maydell
2012-10-18 13:32           ` Peter Maydell
2012-10-18 13:48   ` Peter Maydell

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.