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 an unhandled exception when calling WriteFile #343

Merged
merged 1 commit into from
Nov 3, 2016
Merged

Fix an unhandled exception when calling WriteFile #343

merged 1 commit into from
Nov 3, 2016

Conversation

vktr
Copy link
Member

@vktr vktr commented Nov 3, 2016

If passing NULL to lpOverlapped, the lpNumberOfBytesWritten parameter can not be NULL as well. Worked OK on Windows 10, though.

If passing NULL to lpOverlapped, the lpNumberOfBytesWritten can not be NULL as well. Worked OK on Windows 10, though.
@vktr vktr merged commit b2d1d05 into picotorrent:develop Nov 3, 2016
@vktr vktr deleted the f/fix-win7-writefile-exception branch November 3, 2016 11:52
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