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

Bug fix with ordinal loading in remote processes #4

Merged
merged 2 commits into from
Dec 29, 2014

Conversation

sixdub
Copy link

@sixdub sixdub commented Dec 28, 2014

When performing remote loading of a DLL that had imports using ordinals, the code would crash prompting that NumBytesWritten was undefined. NumBytesWritten is properly defined in the logical case that a name is used but not an ordinal (line 1327). Added a definition of NumBytesWritten directly above the place where the error was occurring which then fixed the bug.
screen shot 2014-12-28 at 4 04 45 pm

@clymb3r
Copy link
Owner

clymb3r commented Dec 28, 2014

This is a good catch, thanks! Before I accept the pull request, could you please increment the version number contained in the scripts header comments from version 1.2 to 1.3?

@sixdub
Copy link
Author

sixdub commented Dec 28, 2014

Incremented the version number. Thanks for the quick response and for the pull

clymb3r added a commit that referenced this pull request Dec 29, 2014
Bug fix with ordinal loading in remote processes. Thanks to sixdub for finding & fixing the bug.
@clymb3r clymb3r merged commit a743638 into clymb3r:master Dec 29, 2014
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