mbox

[PULL,0/1] Monitor patches for 2016-02-03

Message ID 1454493081-18385-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2016-02-03

Message

Markus Armbruster Feb. 3, 2016, 9:51 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 3, 2016, 12:23 p.m. UTC | #1
On 3 February 2016 at 09:51, Markus Armbruster <armbru@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM