Skip to content

Fix 64 bit boundary problem 3 - fixed infinite-loop in FreePointerList #79

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

Closed

Conversation

tobias-loew
Copy link

No description provided.

@tobias-loew
Copy link
Author

Hi,
I've fixed a bug in FreePointerList.
Btw. I really don't think this is a hack - it's simply addresses the problem that dlls can have at most 2^32 bytes and therefore the system use 32-bit addresses internally thus some operations will go wrong if the memory of the dll spans over a 4GB boundary.

fancycode added a commit that referenced this pull request Feb 14, 2018
@fancycode
Copy link
Owner

Thanks! I used your code with a slight modification to improve adding to the linked list and implemented missing error handling.

@fancycode fancycode closed this Feb 14, 2018
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