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 <kra...@redhat.com> Peter, can you pick this up directly for 2.5-rc3? thanks, Gerd