Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
LibVNCServer.25862
LibVNCServer-CVE-2020-25708.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File LibVNCServer-CVE-2020-25708.patch of Package LibVNCServer.25862
diff --git a/libvncserver/rfbserver.c b/libvncserver/rfbserver.c index 269a0137..9cc29c52 100644 --- a/libvncserver/rfbserver.c +++ b/libvncserver/rfbserver.c @@ -3369,6 +3369,9 @@ rfbSendRectEncodingRaw(rfbClientPtr cl, char *fbptr = (cl->scaledScreen->frameBuffer + (cl->scaledScreen->paddedWidthInBytes * y) + (x * (cl->scaledScreen->bitsPerPixel / 8))); + if(!h || !w) + return TRUE; /* nothing to send */ + /* Flush the buffer to guarantee correct alignment for translateFn(). */ if (cl->ublen > 0) { if (!rfbSendUpdateBuf(cl))
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