mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #8875: Security extension causes Xorg to core dump on server reset
This commit is contained in:
@@ -1122,8 +1122,10 @@ CALLBACK(SecurityClientStateCallback)
|
||||
switch (client->clientState)
|
||||
{
|
||||
case ClientStateInitial:
|
||||
TRUSTLEVEL(serverClient) = XSecurityClientTrusted;
|
||||
AUTHID(serverClient) = None;
|
||||
if (client == serverClient) {
|
||||
TRUSTLEVEL(serverClient) = XSecurityClientTrusted;
|
||||
AUTHID(serverClient) = None;
|
||||
}
|
||||
break;
|
||||
|
||||
case ClientStateRunning:
|
||||
|
||||
Reference in New Issue
Block a user