D28889: Avoid crash in KWin::DrmOutput::updateCursor

Méven Car noreply at phabricator.kde.org
Fri Apr 17 08:31:03 BST 2020


meven added inline comments.

INLINE COMMENTS

> drm_output.cpp:90
>  
> -    delete m_cursor[0];
> -    delete m_cursor[1];
> +    delete[] m_cursor;
>      if (!m_pageFlipPending) {

I replace those deletes, as they did not delete the m_cursor array and allowed m_cursor[i] to keep dangling pointers causing down the line crash in QImage rather than a proper segfault where m_cursor[i] was used.

REPOSITORY
  R108 KWin

BRANCH
  arcpatch-D28889

REVISION DETAIL
  https://phabricator.kde.org/D28889

To: meven, #kwin, zzag, davidedmundson
Cc: ngraham, apol, kwin, Orage, cacarry, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, mkulinski, ragreen, jackyalcine, iodelay, crozbo, bwowk, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwin/attachments/20200417/9335dd7e/attachment-0001.html>


More information about the kwin mailing list