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 GH-15908 and GH-15026: leak / assertion failure in streams.c #15924

Open
wants to merge 1 commit into
base: PHP-8.2
Choose a base branch
from

Conversation

nielsdos
Copy link
Member

This was first reported as a leak in GH-15026, but was mistakingly believed to be a false positive. Then an assertion was added and it got triggered in GH-15908. This fixes the leak. Upon merging into master the assertion should be removed as well.

This was first reported as a leak in phpGH-15026, but was mistakingly
believed to be a false positive. Then an assertion was added and it got
triggered in phpGH-15908. This fixes the leak. Upon merging into master the
assertion should be removed as well.
@nielsdos nielsdos linked an issue Sep 16, 2024 that may be closed by this pull request
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion failure in main/streams/streams.c
2 participants