mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength client
crashes.
This commit is contained in:
committed by
Adam Jackson
parent
bb3aa94845
commit
4c225a3a8b
@@ -662,7 +662,7 @@ static int dmxProcRenderSetPictureFilter(ClientPtr client)
|
||||
int nparams;
|
||||
REQUEST(xRenderSetPictureFilterReq);
|
||||
|
||||
REQUEST_SIZE_MATCH(xRenderSetPictureFilterReq);
|
||||
REQUEST_AT_LEAST_SIZE(xRenderSetPictureFilterReq);
|
||||
VERIFY_PICTURE(pPicture, stuff->picture, client, SecurityWriteAccess,
|
||||
RenderErrBase + BadPicture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user