Skip to content

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

Closed
tobias-loew wants to merge 4 commits intofancycode:masterfrom
tobias-loew:fix_64_bit_boundary_problem_3
Closed

Fix 64 bit boundary problem 3 - fixed infinite-loop in FreePointerList#79
tobias-loew wants to merge 4 commits intofancycode:masterfrom
tobias-loew:fix_64_bit_boundary_problem_3

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