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

Dynamic-compile: Bind functionality seems susceptible to memory corruption #3695

Open
kinke opened this issue Apr 4, 2021 · 0 comments
Open

Comments

@kinke
Copy link
Member

kinke commented Apr 4, 2021

Since 693e764,

assert(9862 == a());
fails on Win64. Some extra printf debugging in function baz shows that the last static array element is garbage, even with JIT settings.optLevel = 0. So I guess #3100 only happened to work by accident so far (with extra copies on the stack).

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

1 participant