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

parser: fix memory leak in goexpression.Func (fixes #916) #935

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

utrack
Copy link
Contributor

@utrack utrack commented Sep 26, 2024

Do not let whole contents of src escape to heap.
Fixes #916

@a-h
Copy link
Owner

a-h commented Sep 27, 2024

Thanks for the research you put into this, which was presumably a lot more effort than the 1 line PR looks. 😁

@a-h a-h merged commit a4638e3 into a-h:main Sep 27, 2024
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.

Taking too much memory with (relatively) larger files
2 participants