]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
ui: vnc: avoid floating point exception
authorPrasad J Pandit <pjp@fedoraproject.org>
Thu, 3 Dec 2015 13:24:17 +0000 (18:54 +0530)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 5 Feb 2016 14:47:08 +0000 (14:47 +0000)
commited858e4fafbb950761dd408ed9b2185ce4a3b38a
tree2e80c3f8e93e2e7ec67067bb0e4cdf501f0672a0
parentfbdaad6d9ff47f6ef5677d5e94f2b55d08f3545c
ui: vnc: avoid floating point exception

While sending 'SetPixelFormat' messages to a VNC server,
the client could set the 'red-max', 'green-max' and 'blue-max'
values to be zero. This leads to a floating point exception in
write_png_palette while doing frame buffer updates.

Reported-by: Lian Yihan <lianyihan@360.cn>
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
ui/vnc.c