summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch
AgeCommit message (Collapse)Author
2023-01-18gnu: qtwayland: Fix crashes from excessive number of frame callbacks.Andrew Tropin
QWaylandWindow::handleUpdate could create thousands of pending frame callbacks, causing compositor to terminate client connection. https://bugreports.qt.io/browse/QTBUG-81504 * gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch: New file. * gnu/packages/patches/qtwayland-cleanup-callbacks.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtwayland)[source](patches): Add patches.