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:
matthieu
2016-05-29 12:02:34 +00:00
parent c494c45427
commit e927c03e30
534 changed files with 23722 additions and 16797 deletions

View File

@@ -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++) {