<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: Plasma, bshah.<br />Restricted Application added a project: Plasma on Wayland.<br />Restricted Application added a subscriber: plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D3004" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In the situation that a wl_client gets destroyed while still<br />
wl_resources are around it can happen that one of them calls into the<br />
ClientConnection during the cleanup handling which gets triggered at the<br />
same time. This can then trigger a crash.</p>

<p>This change uses deleteLater for the ClientConnection and sets the hold<br />
wl_client pointer to null instead of deleting directly. So the<br />
ClientConnection is still around while the Resources gets cleaned up.<br />
This is similar to the cleanup of Resource where on unbind the<br />
wl_resource pointer is set to null and the Resource gets delete later.</p>

<p>BUG: 370232<br />
FIXED-IN: 5.28</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWAYLAND KWayland</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-client-disconnecting</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3004" rel="noreferrer">https://phabricator.kde.org/D3004</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/client/test_wayland_shell.cpp<br />
autotests/server/test_display.cpp<br />
src/server/clientconnection.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, Plasma, bshah<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>