Skip to content

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 21, 2021

We must not reuse per-request memory across multiple requests, so this
check triggered during RINIT makes no sense. As explained in the bug
report[1], it can be even harmful, if some request startup fails, and
the pointers refer to already freed memory in the next request.

[1] https://bugs.php.net/76167

We must not reuse per-request memory across multiple requests, so this
check triggered during RINIT makes no sense.  As explained in the bug
report[1], it can be even harmful, if some request startup fails, and
the pointers refer to already freed memory in the next request.

[1] <https://bugs.php.net/76167>
@cmb69 cmb69 added the Bug label Oct 21, 2021
@cmb69 cmb69 closed this in d3d6d79 Oct 25, 2021
@cmb69 cmb69 deleted the cmb/76167 branch October 25, 2021 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants