From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVzG3-0003Sj-4E for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVzFy-0003vJ-OK for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:18:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVzFy-0003vA-HA for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:18:18 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2C9IHUo010030 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 12 Mar 2015 05:18:17 -0400 From: Gerd Hoffmann Date: Thu, 12 Mar 2015 10:00:18 +0100 Message-Id: <1426150825-782-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/7] vnc patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Some vnc cleanups, more QemuOpts conversion fallout fixes. please pull, Gerd The following changes since commit 9159eb9abc31e02797dc55998e71f12c06846d55: Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-1' into staging (2015-03-11 14:27:13 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20150312-1 for you to fetch changes up to 81607cbfa433272d1f09bd0f0ae6c3b14f818972: vnc: fix segmentation fault when invalid vnc parameters are specified (2015-03-12 09:09:10 +0100) ---------------------------------------------------------------- vnc: bugfixes and cleanups. ---------------------------------------------------------------- Daniel P. Berrange (1): ui: fix regression in x509verify parameter for VNC server Gerd Hoffmann (3): vnc: drop display+ws_display from VncDisplay vnc: remove dead code vnc: switch to inet_listen_opts Gonglei (3): ui/console: fix OVERFLOW_BEFORE_WIDEN vnc: avoid possible file handler leak vnc: fix segmentation fault when invalid vnc parameters are specified ui/console.c | 4 +- ui/vnc-auth-sasl.c | 2 +- ui/vnc.c | 128 +++++++++++++++++++++++++++-------------------------- ui/vnc.h | 6 +-- 4 files changed, 72 insertions(+), 68 deletions(-)