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: do not panic when assigning to _ (blank) var. #1620

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Apr 2, 2024

Fix interp.isEmptyInterface to tolerate a nil type.

Fixes #1619

Fix interp.isEmptyInterface to tolerate a nil type.

Fixes traefik#1619.
@mvertes mvertes added bug Something isn't working area/core labels Apr 2, 2024
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez added this to the v0.16.x milestone Apr 2, 2024
@traefiker traefiker merged commit 2c92a7c into traefik:master Apr 2, 2024
12 checks passed
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.

crash when assigning to underscore
3 participants