Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
LibVNCServer.17330
LibVNCServer-CVE-2020-14401.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File LibVNCServer-CVE-2020-14401.patch of Package LibVNCServer.17330
Index: libvncserver-LibVNCServer-0.9.10/libvncserver/scale.c =================================================================== --- libvncserver-LibVNCServer-0.9.10.orig/libvncserver/scale.c 2014-10-21 17:57:11.000000000 +0200 +++ libvncserver-LibVNCServer-0.9.10/libvncserver/scale.c 2020-07-08 09:03:00.967250625 +0200 @@ -215,7 +215,7 @@ void rfbScaledScreenUpdateRect(rfbScreen default: /* fixme: endianess problem? */ for (z = 0; z < bytesPerPixel; z++) - pixel_value += (srcptr2[z] << (8 * z)); + pixel_value += ((unsigned long)srcptr2[z] << (8 * z)); break; } /*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor