summaryrefslogtreecommitdiffstats
path: root/include/exec/user
diff options
context:
space:
mode:
authorMarkus Armbruster2014-02-21 16:42:52 +0100
committerGerd Hoffmann2014-03-10 12:35:04 +0100
commit2e7bcdb99adbd8fc10ad9ddcf93bd2bf3c0f1f2d (patch)
treecafb54a850ceec1a0a29289ce76d993d6e67751a /include/exec/user
parentMerge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (diff)
downloadqemu-2e7bcdb99adbd8fc10ad9ddcf93bd2bf3c0f1f2d.tar.gz
qemu-2e7bcdb99adbd8fc10ad9ddcf93bd2bf3c0f1f2d.tar.xz
qemu-2e7bcdb99adbd8fc10ad9ddcf93bd2bf3c0f1f2d.zip
vnc: Fix tight_detect_smooth_image() for lossless case
VncTight member uint8_t quality is either (uint8_t)-1 for lossless or less than 10 for lossy. tight_detect_smooth_image() first promotes it to int, then compares with -1. Always unequal, so we always execute the lossy code. Reads beyond tight_conf[] and returns crap when quality is actually lossless. Compare to (uint8_t)-1 instead, like we do elsewhere. Spotted by Coverity. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions