wlroots: update to version 0.20.2 - #155
Draft
dangowrt wants to merge 1 commit into
Draft
Conversation
Also add an explicit PKG_RELEASE line (was previously undefined). Several Xwayland hardening fixes for handling malformed/malicious client input: an out-of-bounds strndup() in read_surface_class(), removed VLAs for MIME type atom lists, use of const pointers for xcb_get_property_value(), no longer relying on the (removable) xcb_get_property_reply_t.value_len field, a WM_TRANSIENT_FOR length check, and checks against duplicate/mistyped WL_SURFACE_ID association messages. Also: intersect the visible area with the output layout in update_node_update_outputs(), don't send a new dmabuf feedback after a scene node is disabled, set CLOEXEC on client FDs in security_context_v1, emit set_parent when an Xwayland parent surface is destroyed, and check the drag-and-drop action/accepted state on touch-up. No patches to refresh. Hash verified against the release archive and an independent fresh git clone of the same tag (byte-identical tree content after extraction). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt
force-pushed
the
wlroots-0.20.2
branch
from
August 22, 2026 22:52
8034d7e to
4aae27b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: @dangowrt
From 0.20.1. Several Xwayland hardening fixes for handling malformed/malicious client input: an out-of-bounds strndup() in read_surface_class(), removed VLAs for MIME type atom lists, use of const pointers for xcb_get_property_value(), no longer relying on the (removable) xcb_get_property_reply_t.value_len field, a WM_TRANSIENT_FOR length check, and checks against duplicate/mistyped WL_SURFACE_ID association messages. Also: intersect the visible area with the output layout in update_node_update_outputs(), don't send a new dmabuf feedback after a scene node is disabled, set CLOEXEC on client FDs in security_context_v1, emit set_parent when an Xwayland parent surface is destroyed, and check the drag-and-drop action/accepted state on touch-up.