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 memory leak on overflow in _php_stream_scandir() #17789

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

On overflow, only the array is freed, but not the strings.

Found using an experimental static analyser I'm working on.

@nielsdos nielsdos requested a review from bukka as a code owner February 13, 2025 18:48
@nielsdos nielsdos force-pushed the _php_stream_scandir-leak branch from 7a55ea0 to 9af9886 Compare February 13, 2025 18:49
On overflow, only the array is freed, but not the strings.
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.

MSTM

@nielsdos nielsdos closed this in 678ecff Feb 14, 2025
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.

2 participants