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 race in IRP_MJ_DEVICE_CONTROL. #3

Merged
merged 1 commit into from
Feb 14, 2021
Merged

Fix race in IRP_MJ_DEVICE_CONTROL. #3

merged 1 commit into from
Feb 14, 2021

Conversation

0vercl0k
Copy link
Owner

@0vercl0k 0vercl0k commented Feb 14, 2021

This PR fixes the race described in #2: basically if more than one thread executes the IRP_MJ_DEVICE_CONTROL callback there are a lot of avenues that lead to memory corruption and more.

@0vercl0k 0vercl0k merged commit 703effa into master Feb 14, 2021
@0vercl0k 0vercl0k deleted the fbl_fixrace branch February 14, 2021 21:38
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