Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:junknot
Mesa
u_mesa-CVE-2023-45922.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_mesa-CVE-2023-45922.patch of Package Mesa
src/glx/glx_pbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mesa-24.2.3/src/glx/glx_pbuffer.c =================================================================== --- mesa-24.2.3.orig/src/glx/glx_pbuffer.c +++ mesa-24.2.3/src/glx/glx_pbuffer.c @@ -329,7 +329,7 @@ __glXGetDrawableAttribute(Display * dpy, /* Search the set of returned attributes for the attribute requested by * the caller. */ - for (i = 0; i < num_attributes; i++) { + for (i = 0; i < num_attributes && i * 2 + 1 < length; i++) { if (data[i * 2] == attribute) { found = 1; *value = data[(i * 2) + 1];
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