From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQu5v-0000nM-SW for qemu-devel@nongnu.org; Wed, 03 Feb 2016 04:51:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQu5s-0005Fn-MD for qemu-devel@nongnu.org; Wed, 03 Feb 2016 04:51:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQu5s-0005Fb-Gy for qemu-devel@nongnu.org; Wed, 03 Feb 2016 04:51:24 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 209D6804FC for ; Wed, 3 Feb 2016 09:51:24 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-39.ams2.redhat.com [10.36.116.39]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u139pMWg016171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 3 Feb 2016 04:51:23 -0500 From: Markus Armbruster Date: Wed, 3 Feb 2016 10:51:20 +0100 Message-Id: <1454493081-18385-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 0/1] Monitor patches for 2016-02-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit c65db7705b7926f4a084b93778e4bd5dd3990aad: Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016-02-02' into staging (2016-02-02 18:04:04 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2016-02-03 for you to fetch changes up to 64ffbe04eaafebf4045a3ace52a360c14959d196: hmp: fix sendkey out of bounds write (CVE-2015-8619) (2016-02-03 10:13:06 +0100) ---------------------------------------------------------------- Monitor patches for 2016-02-03 ---------------------------------------------------------------- Wolfgang Bumiller (1): hmp: fix sendkey out of bounds write (CVE-2015-8619) hmp.c | 18 ++++++++---------- include/ui/console.h | 2 +- ui/input-legacy.c | 5 +++-- 3 files changed, 12 insertions(+), 13 deletions(-) -- 2.4.3