From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1wKJ-0007Ka-Be for qemu-devel@nongnu.org; Tue, 01 Jul 2014 07:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1wKB-00050t-5r for qemu-devel@nongnu.org; Tue, 01 Jul 2014 07:34:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1wKA-00050m-UC for qemu-devel@nongnu.org; Tue, 01 Jul 2014 07:34:11 -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 s61BY8T3025084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 1 Jul 2014 07:34:09 -0400 From: Gerd Hoffmann Date: Tue, 1 Jul 2014 13:33:59 +0200 Message-Id: <1404214441-5106-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, Carrying two bugfixes. please pull, Gerd The following changes since commit b3959efdbb2dc3d5959e3b0a8e188126930beca8: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-01 11:00:53 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20140701-1 for you to fetch changes up to bea60dd7679364493a0d7f5b54316c767cf894ef: ui/vnc: fix potential memory corruption issues (2014-07-01 13:26:40 +0200) ---------------------------------------------------------------- vnc: two bugfixes (by Peter Lieven). ---------------------------------------------------------------- Peter Lieven (2): ui/vnc: limit client_cut_text msg payload size ui/vnc: fix potential memory corruption issues ui/vnc.c | 162 +++++++++++++++++++++++++++++++-------------------------------- ui/vnc.h | 14 +++--- 2 files changed, 87 insertions(+), 89 deletions(-)