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

Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() #10386

Merged
merged 1 commit into from Jan 27, 2023

Conversation

arnaud-lb
Copy link
Member

Fixes #10340

@arnaud-lb arnaud-lb changed the base branch from master to PHP-8.1 January 20, 2023 12:45
Copy link
Member

@dstogov dstogov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks right.

@arnaud-lb arnaud-lb merged commit 9830204 into php:PHP-8.1 Jan 27, 2023
arnaud-lb added a commit that referenced this pull request Jan 27, 2023
* PHP-8.1:
  Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() (#10386)
arnaud-lb added a commit that referenced this pull request Jan 27, 2023
* PHP-8.2:
  Handle non-INDIRECT symbol table entries in zend_fiber_object_gc() (#10386)
@arnaud-lb
Copy link
Member Author

@saundefined @patrickallaert could you backport this in 8.2.2 and 8.1.15 ?

This fixes a regression introduced in 8.2.2RC1 and 8.1.15RC1 by 4fb1493

@saundefined
Copy link
Member

@arnaud-lb thanks! I'll handle it for 8.2.2.

@patrickallaert
Copy link
Contributor

patrickallaert commented Jan 31, 2023

@saundefined @patrickallaert could you backport this in 8.2.2 and 8.1.15 ?

Yes, it will be part of 8.1.15GA.

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.

Assertion in zend_fiber_object_gc()
4 participants