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

fix: avoid memory errors by handling frame indirections #739

Merged
merged 3 commits into from Jul 3, 2020
Merged

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Jul 2, 2020

In all situations where the results are set directly
into the frame, and not using a value helper, the right level of
indirections must be applied, otherwise we may end-up writing
in the wrong frame (the local one, instead of a caller or global).

Fixes #735.

In all situations where the results are set directly
to the frame, and not using a value helper, the right level of
indirections must be applied, otherwise we may end-up writing
in the wrong frame (the local one, instead of a caller or global).

Fixes #735.
@mvertes mvertes added bug Something isn't working area/core labels Jul 2, 2020
@mvertes mvertes added this to the v0.8.x milestone Jul 2, 2020
@mvertes mvertes requested a review from nrwiersma July 2, 2020 21:56
@mvertes mvertes merged commit 2f2df7a into master Jul 3, 2020
@mvertes mvertes deleted the fix-735 branch July 3, 2020 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

another sample for the problem in global variable definition
2 participants