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 crash in eliminateTuples #4058

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Fix crash in eliminateTuples #4058

merged 1 commit into from
Jul 10, 2023

Conversation

mihaibudiu
Copy link
Contributor

Fixes #4057
In general, one should use getOriginal() when looking up something in a map.

Signed-off-by: Mihai Budiu <[email protected]>
@mihaibudiu mihaibudiu requested a review from fruffy July 10, 2023 17:32
Copy link
Collaborator

@fruffy fruffy left a comment

Choose a reason for hiding this comment

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

That was quick!

@mihaibudiu
Copy link
Contributor Author

Quicker than CI, that's clear.

@fruffy fruffy merged commit 807ab57 into p4lang:main Jul 10, 2023
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.

Accessing a header stack within a tuple causes a segmentation fault.
2 participants