Skip to content

Conversation

@llucinat
Copy link
Contributor

@llucinat llucinat commented Sep 5, 2019

Since heap->blocks has been changed from an array to a pointer, it's uninitialized when used to initialize heap->fresh.
With the array's length indeterminate during compilation, I opted to remove it altogether for this fix.

Fix #8

@llucinat
Copy link
Contributor Author

llucinat commented Aug 6, 2020

Rebased the patch since an issue was raised about this.

@postspectacular postspectacular merged commit 8241b04 into thi-ng:master Aug 6, 2020
@postspectacular
Copy link
Member

Thank you @llucinat - LGTM & apols for the long delay...

@llucinat llucinat deleted the fix-heap-init branch August 6, 2020 11:36
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.

Error in ta_init()

2 participants