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

heap initialisation #87

Closed
foofel opened this issue Dec 14, 2021 · 1 comment
Closed

heap initialisation #87

foofel opened this issue Dec 14, 2021 · 1 comment

Comments

@foofel
Copy link

foofel commented Dec 14, 2021

It seems like not all variables (e.g. startStatus) are not initialized to 0, this works if the object is in the data segment and initialized to zero but if you create the object on the heap those variables have random values. Or did i miss something?

@olkal
Copy link
Owner

olkal commented Jan 30, 2022

Fixed in release 1.2.12

@olkal olkal closed this as completed Jan 30, 2022
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

No branches or pull requests

2 participants