From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj4Ur-0002pK-0A for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj4Um-0005R4-6C for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:59:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj4Ul-0005R0-VG for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:59:24 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SAxNON011368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 06:59:23 -0400 From: Gerd Hoffmann Date: Tue, 28 Oct 2014 11:59:17 +0100 Message-Id: <1414493959-8310-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] vnc patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the vnc patch queue with two fixes. please pull, Gerd The following changes since commit 3e9418e160cd8901c83a3c88967158084f5b5c03: Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" (2014-10-27 15:05:09 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20141028-1 for you to fetch changes up to 9d6b20704734fe1ab789400806ebd54f579d50a2: vnc: return directly if no vnc client connected (2014-10-28 11:51:04 +0100) ---------------------------------------------------------------- vnc: return directly if no vnc client connected vnc: sanitize bits_per_pixel from the client (CVE-2014-7815) ---------------------------------------------------------------- ChenLiang (1): vnc: return directly if no vnc client connected Petr Matousek (1): vnc: sanitize bits_per_pixel from the client ui/vnc.c | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)