Skip to content

Fix GH-11178: Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)#11182

Closed
ndossche wants to merge 1 commit into
php:PHP-8.1from
ndossche:fix-11178
Closed

Fix GH-11178: Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)#11182
ndossche wants to merge 1 commit into
php:PHP-8.1from
ndossche:fix-11178

Conversation

@ndossche

@ndossche ndossche commented May 2, 2023

Copy link
Copy Markdown
Member

Dynamic property case in zend_get_property_info() can return NULL for prop info. This was not handled.

…(PHP 8.1.18)

Dynamic property case in zend_get_property_info() can return NULL for
prop info. This was not handled.

@iluuu1994 iluuu1994 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Oh, that was an oversight on my part, thanks!

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.

Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)

2 participants