]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
sdl: Move use of surface pointer below check for whether it is NULL
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 May 2018 18:58:14 +0000 (19:58 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 18 May 2018 07:14:24 +0000 (09:14 +0200)
commite8dcb8ae5121965ac8c89e6b277ac127e9d08452
treeff2a8f5e8d90ae1cc581a63230e4778b4050f3c0
parent68898bc82bcb0e697ed03c2405321033ba7feaf7
sdl: Move use of surface pointer below check for whether it is NULL

In commit 2ab858c6c38ee1 we added a use of the 'surf' variable
in sdl2_2d_update() that was unfortunately placed above the
early-exit-if-NULL check. Move it to where it ought to be.

Fixes: Coverity CID 1390598
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180515185814.1374-1-peter.maydell@linaro.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2-2d.c