qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: P J P <ppandit@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Lian Yihan <lianyihan@360.cn>
Subject: Re: [Qemu-devel] [PATCH] ui: vnc: avoid floating point exception
Date: Thu, 03 Dec 2015 13:11:42 +0100	[thread overview]
Message-ID: <1449144702.3719.79.camel@redhat.com> (raw)
In-Reply-To: <alpine.LFD.2.20.1512031657270.585@wniryva>

On Do, 2015-12-03 at 17:07 +0530, P J P wrote:
>    Hello Gerd,
> 
> A floating point exception issue in the VNC server PNG compression support was 
> reported by Mr Lian Yihan, CC'd here. Given below is a proposed (tested)patch 
> to fix this issue.

> -    vs->client_pf.rmax = red_max;
> +    vs->client_pf.rmax = red_max ? red_max : 0xFF;

Looks good.

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>

Peter, can you pick this up directly for 2.5-rc3?

thanks,
  Gerd

  reply	other threads:[~2015-12-03 12:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-03 11:37 [Qemu-devel] [PATCH] ui: vnc: avoid floating point exception P J P
2015-12-03 12:11 ` Gerd Hoffmann [this message]
2015-12-03 12:32   ` Peter Maydell
2015-12-03 13:24     ` P J P
2015-12-03 13:57       ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449144702.3719.79.camel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=lianyihan@360.cn \
    --cc=peter.maydell@linaro.org \
    --cc=ppandit@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).