Skip to content

Conversation

@ndossche
Copy link
Member

The string added had uninitialized memory due to
php_read_stream_all_chunks() not moving the buffer position, resulting in the same data always being overwritten instead of new data being added to the end of the buffer.

The string added had uninitialized memory due to
php_read_stream_all_chunks() not moving the buffer position, resulting
in the same data always being overwritten instead of new data being
added to the end of the buffer.
@ndossche ndossche linked an issue Nov 25, 2025 that may be closed by this pull request
@ndossche ndossche marked this pull request as ready for review November 25, 2025 22:35
@ndossche ndossche requested a review from bukka as a code owner November 25, 2025 22:35
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.

looks right to me

@ndossche ndossche closed this in 8fe7930 Nov 28, 2025
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.

Information Leak of Memory

2 participants