mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 12:49:21 +00:00
RRConfigureOutputProperty is a variable length request.
Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE
This commit is contained in:
@@ -410,7 +410,7 @@ ProcRRConfigureOutputProperty (ClientPtr client)
|
||||
RROutputPtr output;
|
||||
int num_valid;
|
||||
|
||||
REQUEST_SIZE_MATCH(xRRConfigureOutputPropertyReq);
|
||||
REQUEST_AT_LEAST_SIZE(xRRConfigureOutputPropertyReq);
|
||||
|
||||
output = LookupOutput (client, stuff->output, DixReadAccess);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user