mbox

[PULL,for-2.5,0/1] vnc: fix segfault

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

Pull-request

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

Message

Gerd Hoffmann Nov. 26, 2015, 9:59 a.m. UTC
Hi,

Here is the vnc patch queue with a single fix for 2.5

please pull,
  Gerd

The following changes since commit 4b6eda626fdb8bf90472c6868d502a2ac09abeeb:

  Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151124' into staging (2015-11-24 17:05:06 +0000)

are available in the git repository at:


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

for you to fetch changes up to 7fe4a41c262e2529dc79f77f6fe63c5309fa2fd9:

  vnc: fix segfault (2015-11-26 08:32:11 +0100)

----------------------------------------------------------------
vnc: fix segfault

----------------------------------------------------------------
Gerd Hoffmann (1):
      vnc: fix segfault

 ui/vnc.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Peter Maydell Nov. 26, 2015, 11:29 a.m. UTC | #1
On 26 November 2015 at 09:59, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the vnc patch queue with a single fix for 2.5
>
> please pull,
>   Gerd
>
> The following changes since commit 4b6eda626fdb8bf90472c6868d502a2ac09abeeb:
>
>   Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151124' into staging (2015-11-24 17:05:06 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20151126-1
>
> for you to fetch changes up to 7fe4a41c262e2529dc79f77f6fe63c5309fa2fd9:
>
>   vnc: fix segfault (2015-11-26 08:32:11 +0100)
>
> ----------------------------------------------------------------
> vnc: fix segfault
>
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       vnc: fix segfault
>
>  ui/vnc.c | 5 +++++
>  1 file changed, 5 insertions(+)
>

Applied, thanks.

-- PMM