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

Fixed potential crash on Windows #62

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

FlorianReimold
Copy link
Member

Fixed potential crash on Windows by passing a pointer to a DWORD instead of nullpointer

According to the documentation, that parameter can only be NULL for OVERLAPPED io, which is not what we are doing here.

…ead of nullpointer

According to the documentation, that parameter can only be NULL for OVERLAPPED io, which is not what we are doing here.
@FlorianReimold FlorianReimold merged commit bf064c7 into master Nov 7, 2023
19 checks passed
@FlorianReimold FlorianReimold deleted the hotfix/windows_issue branch March 1, 2024 09:49
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.

2 participants