Projects
home:guoyunhe:branches:Essentials
A_tw-Mesa
u_mesa-CVE-2023-45913.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_mesa-CVE-2023-45913.patch of Package A_tw-Mesa
src/glx/dri2_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mesa-24.3.0-rc1/src/glx/dri2_glx.c =================================================================== --- mesa-24.3.0-rc1.orig/src/glx/dri2_glx.c +++ mesa-24.3.0-rc1/src/glx/dri2_glx.c @@ -756,7 +756,7 @@ dri2GetGlxDrawableFromXDrawableId(Displa struct glx_display *d = __glXInitialize(dpy); __GLXDRIdrawable *pdraw; - if (__glxHashLookup(d->dri2Hash, id, (void *) &pdraw) == 0) + if (d && __glxHashLookup(d->dri2Hash, id, (void *) &pdraw) == 0) return pdraw; return NULL;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.