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: IFC statistics crashes in printTypeInfo on some platforms due to a failure to return causing a stack corruption. #10

Open
ConorStokes opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ConorStokes
Copy link
Contributor

There's an issue where a lack of return on a vargs function sometimes causes stack overflow in native code which makes some of the native code statistics fail in some circumstances/platforms with a crash.

@ConorStokes ConorStokes added the bug Something isn't working label Jun 27, 2023
@ConorStokes ConorStokes self-assigned this Jun 27, 2023
nickcastel50 added a commit that referenced this issue Jun 27, 2023
Fix for issue #10, added return to function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant