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

[client,sdl] thread safe RDP disconnect #9878

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

akallabeth
Copy link
Member

When the RDP session is terminated ensure that no more SDL events are processed as they might try to access RDP context data.

When the RDP session is terminated ensure that no more SDL events are
processed as they might try to access RDP context data.
@akallabeth akallabeth added this to the next-3.0 milestone Feb 19, 2024
@akallabeth akallabeth linked an issue Feb 19, 2024 that may be closed by this pull request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

client/SDL/sdl_freerdp.cpp Show resolved Hide resolved
@freerdp-bot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://ci.freerdp.com//job/PullRequestTester/11487/

@akallabeth akallabeth merged commit f3c0d22 into FreeRDP:master Feb 20, 2024
3 checks passed
@akallabeth akallabeth deleted the sdl_disconnect_lock branch February 20, 2024 08:25
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.

AddressSanitizer: heap-use-after-free
2 participants