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

module: guard against null return from xcb_get_extension_data() #180

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

tych0
Copy link
Owner

@tych0 tych0 commented Jan 25, 2025

see comment for details... this probably doesn't really occur in the wild very much, but we uncovered it in our parallel testing, and didn't quite get it fixed in d3c25ee ("module: be less strange about extension key lifetimes") (although that was probably also a bug and a nice cleanup anyway at net negative lines, this is likely the real source of the seg fault).

see comment for details... this probably doesn't *really* occur in the wild
very much, but we uncovered it in our parallel testing, and didn't quite
get it fixed in d3c25ee ("module: be less strange about extension key
lifetimes") (although that was probably also a bug and a nice cleanup
anyway at net negative lines, this is likely the real source of the seg
fault).

Signed-off-by: Tycho Andersen <[email protected]>
@tych0 tych0 merged commit 240e8af into master Jan 26, 2025
30 checks passed
@tych0 tych0 deleted the null-guard-ext-data branch January 26, 2025 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant