From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUXCf-00058s-2d for qemu-devel@nongnu.org; Tue, 02 Aug 2016 06:45:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUXCX-0000hz-QE for qemu-devel@nongnu.org; Tue, 02 Aug 2016 06:45:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUXCX-0000hu-KB for qemu-devel@nongnu.org; Tue, 02 Aug 2016 06:45:33 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7F6133B713 for ; Tue, 2 Aug 2016 10:45:32 +0000 (UTC) From: "Daniel P. Berrange" Date: Tue, 2 Aug 2016 11:45:23 +0100 Message-Id: <1470134726-15697-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH v1 0/3] Fix QMP add_client with -vnc none List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , "Daniel P. Berrange" This series of patches fixes 3 bugs which prevent the use of QMP add_client to attach VNC clients when no listener socket is present with -vnc none. This has been originally broken since 2.3.0 with the introduction of VNC client limits, and later turned into a crash. Daniel P. Berrange (3): vnc: don't crash getting server info if lsock is NULL vnc: fix crash when vnc_server_info_get has an error vnc: ensure connection sharing/limits is always configured ui/vnc.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- 2.7.4