mbox

[PULL,0/2] vnc patch queue

Message ID 1404214441-5106-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-vnc-20140701-1

Message

Gerd Hoffmann July 1, 2014, 11:33 a.m. UTC
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(-)

Comments

Peter Maydell July 1, 2014, 3:16 p.m. UTC | #1
On 1 July 2014 12:33, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   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).

Applied, thanks

-- PMM