[PATCH 35/37] Ignore local-only requests from remote clients
Adam Jackson
ajax at nwnk.net
Fri Dec 2 11:30:16 PST 2011
On 6/28/11 3:27 PM, Daniel Stone wrote:
> Even though we hide local-only extensions from remote clients in the
> extension list, make doubly sure they can't make a local-only request.
I dislike this, it means you pay the penalty for local check on every
(extension) request. Would be better to set those slots to
ProcBadRequest after connection auth.
Although looking closer you'd really need to do another copy of
ProcVector for remote clients and switch on LocalClient() in SendConnSetup.
- ajax
More information about the xorg-devel
mailing list