Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xwayland: Prevents usage of invalid data pointer #1352

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

jp7677
Copy link
Contributor

@jp7677 jp7677 commented Dec 22, 2023

There are situations where the data pointer of a parent is NULL. Checking for NULL first fixes e.g. a segmentation fault in CLion when opening the settings window from a popup menu.

See also #1351 (comment)

Closes #1351

There are situations where the data pointer of a parent is NULL.
Checking for NULL first fixes e.g. a segmentation fault in CLion
when opening the settings window from a popup menu.

See also labwc#1351 (comment)
@Consolatis Consolatis merged commit 44c79c4 into labwc:master Dec 22, 2023
6 checks passed
@Consolatis
Copy link
Member

Sweet, thanks :)

@jp7677 jp7677 deleted the clion-setting-segfault branch January 23, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault when opening CLions settings window in certain situations
2 participants