RRConfigureOutputProperty is a variable length request.
Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE
This commit is contained in:
parent
a88844eccb
commit
8606aeb9b2
|
@ -410,7 +410,7 @@ ProcRRConfigureOutputProperty (ClientPtr client)
|
||||||
RROutputPtr output;
|
RROutputPtr output;
|
||||||
int num_valid;
|
int num_valid;
|
||||||
|
|
||||||
REQUEST_SIZE_MATCH(xRRConfigureOutputPropertyReq);
|
REQUEST_AT_LEAST_SIZE(xRRConfigureOutputPropertyReq);
|
||||||
|
|
||||||
output = LookupOutput (client, stuff->output, DixReadAccess);
|
output = LookupOutput (client, stuff->output, DixReadAccess);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue