Skip to content

Fix #72595: php_output_handler_append illegal write access #7241

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jul 14, 2021

We must make sure that handler->buffer.size + grow_max does not
overflow, so we're using safe_erealloc() instead.

We must make sure that `handler->buffer.size + grow_max` does not
overflow, so we're using `safe_erealloc()` instead.
@cmb69 cmb69 closed this in a942cf5 Jul 15, 2021
@cmb69 cmb69 deleted the cmb/72595 branch July 15, 2021 13:33
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