From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPnWh-0001vd-Qk for qemu-devel@nongnu.org; Mon, 23 Feb 2015 02:34:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPnWc-0004v1-OY for qemu-devel@nongnu.org; Mon, 23 Feb 2015 02:33:59 -0500 Message-ID: <1424676829.23631.11.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 23 Feb 2015 08:33:49 +0100 In-Reply-To: <4EE0ACB8-AA07-4A62-92D1-AF866DA241FB@gmail.com> References: <4EE0ACB8-AA07-4A62-92D1-AF866DA241FB@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Fix crash when connecting to VNC through websocket List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jorge Acereda =?ISO-8859-1?Q?Maci=E1?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, aliguori@amazon.com On So, 2015-02-22 at 22:58 +0100, Jorge Acereda Maci=C3=A1 wrote: > Connecting to VNC through websocket crashes in vnc_flush() when trying > to acquire a mutex that hasn't been initialized (vnc_init_state(vs) > hasn't been called at this point). Added to vnc queue. thanks, Gerd