Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
LibVNCServer.13106
LibVNCServer-CVE-2018-20020.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File LibVNCServer-CVE-2018-20020.patch of Package LibVNCServer.13106
Index: libvncserver-LibVNCServer-0.9.10/libvncclient/corre.c =================================================================== --- libvncserver-LibVNCServer-0.9.10.orig/libvncclient/corre.c 2019-01-03 12:38:57.453896187 +0100 +++ libvncserver-LibVNCServer-0.9.10/libvncclient/corre.c 2019-01-03 12:41:56.546759596 +0100 @@ -48,7 +48,7 @@ HandleCoRREBPP (rfbClient* client, int r FillRectangle(client, rx, ry, rw, rh, pix); - if (!ReadFromRFBServer(client, client->buffer, hdr.nSubrects * (4 + (BPP / 8)))) + if (hdr.nSubrects > RFB_BUFFER_SIZE / (4 + (BPP / 8)) || !ReadFromRFBServer(client, client->buffer, hdr.nSubrects * (4 + (BPP / 8)))) return FALSE; ptr = (uint8_t *)client->buffer;
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