qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ui: vnc: avoid floating point exception


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] ui: vnc: avoid floating point exception
Date: Thu, 03 Dec 2015 13:11:42 +0100

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 <address@hidden>

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

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]