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: set frame level in destination nodes to avoid memory corruption #733

Merged
merged 1 commit into from Jul 2, 2020

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Jul 1, 2020

When operations write their result to a non-local frame, the node
level field must be set accordingly, otherwise they attempt to write
in the wrong frame.

Fixes #730.

When operations write their result to a non-local frame, the node
level field must be set accordingly, otherwise they attempt to write
in the wrong frame.

Fixes #730.
@mvertes mvertes added bug Something isn't working priority/P0 needs hot fix area/core labels Jul 1, 2020
@mvertes mvertes added this to the v0.8.x milestone Jul 2, 2020
@mvertes mvertes merged commit d4aa84f into master Jul 2, 2020
@mvertes mvertes deleted the fix-730 branch July 2, 2020 08:03
james-lawrence pushed a commit to james-lawrence/yaegi that referenced this pull request Jul 2, 2020
…raefik#733)

When operations write their result to a non-local frame, the node
level field must be set accordingly, otherwise they attempt to write
in the wrong frame.

Fixes traefik#730.
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 priority/P0 needs hot fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

global variable definition seems incorrect
2 participants