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-17866: zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4 #17880

Open
wants to merge 2 commits into
base: PHP-8.4
Choose a base branch
from

Conversation

nielsdos
Copy link
Member

This regressed in GH-17592.
The function is with its attributes HashTable* is copied in zend_get_closure_invoke_method() but its refcount is not increased. This caused a crash in the Symfony demo page.

…4.3 to 8.4.4

This regressed in phpGH-17592.
The function is with its attributes HashTable* is copied in
zend_get_closure_invoke_method() but its refcount is not increased.
This caused a crash in the Symfony demo page.
@nielsdos nielsdos marked this pull request as ready for review February 21, 2025 20:53
@nielsdos nielsdos requested a review from dstogov as a code owner February 21, 2025 20:53
@nielsdos nielsdos requested a review from TimWolla February 21, 2025 20:53
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.

zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4
1 participant