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

ipc: Fix race condition in IpcServer shutdown #1541

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

p12tic
Copy link
Contributor

@p12tic p12tic commented Jan 6, 2023

m_socket is first deleted and then removed from the handler list. It should be the other way round.

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

m_socket is first deleted and then removed from the handler list. It
should be the other way round.
@p12tic p12tic merged commit e81081f into input-leap:master Jan 6, 2023
@p12tic p12tic deleted the fix-shutdown-race branch January 6, 2023 18:40
@shymega shymega mentioned this pull request Sep 1, 2023
1 task
shymega pushed a commit to benklop/input-leap that referenced this pull request Sep 1, 2023
This was copied from debauchee/barrier#1711 by
@dgentry.

Resolves input-leap#1541 and input-leap#1407.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
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.

None yet

1 participant