mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
Update to xserver 1.18.3. Tested by shadchin@ and naddy@.
Note that indirect GLX is now disbled by default.
This commit is contained in:
@@ -777,7 +777,7 @@ ProcXFixesExpandRegion(ClientPtr client)
|
||||
nBoxes = RegionNumRects(pSource);
|
||||
pSrc = RegionRects(pSource);
|
||||
if (nBoxes) {
|
||||
pTmp = malloc(nBoxes * sizeof(BoxRec));
|
||||
pTmp = xallocarray(nBoxes, sizeof(BoxRec));
|
||||
if (!pTmp)
|
||||
return BadAlloc;
|
||||
for (i = 0; i < nBoxes; i++) {
|
||||
|
||||
Reference in New Issue
Block a user