Skip to content

transform: fix poison value in heap-to-stack transform #2778

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

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Apr 14, 2022

In #2777, a poison value
ended up in runtime.alloc. This shouldn't happen, especially not for
well written code. So I'm not sure why it happens. But here is a fix
anyway.

In #2777, a poison value
ended up in `runtime.alloc`. This shouldn't happen, especially not for
well written code. So I'm not sure why it happens. But here is a fix
anyway.
@deadprogram
Copy link
Member

Seems logical. Now merging, thanks @aykevl

@deadprogram deadprogram merged commit ef3b3c0 into dev Apr 15, 2022
@deadprogram deadprogram deleted the fix-h2s-poison branch April 15, 2022 20:54
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