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

fix buffer crash with cursors #7131

Merged
merged 1 commit into from
Aug 1, 2024
Merged

fix buffer crash with cursors #7131

merged 1 commit into from
Aug 1, 2024

Conversation

gulafaran
Copy link
Contributor

current buffer->buffer can turn out to be null actually check for its existence or use the lastbuffer when calling updateCursorShm()

was hitting crashes at auto shmAttrs = current.buffer->buffer->shm(); when running nested session, was this how its supposed to be?

current buffer->buffer can turn out to be null actually check for its
existence or use the lastbuffer when calling updateCursorShm()
@vaxerski
Copy link
Member

vaxerski commented Aug 1, 2024

was hitting crashes at auto shmAttrs = current.buffer->buffer->shm(); when running nested session, was this how its supposed to be?

dunno

@vaxerski vaxerski merged commit 5b7057c into hyprwm:main Aug 1, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants