Skip to content

ext/spl: fix use-after-free in RecursiveIteratorIterator on reentrant…#22496

Open
devnexen wants to merge 1 commit into
php:PHP-8.4from
devnexen:recursive_iterator_fixes_followup
Open

ext/spl: fix use-after-free in RecursiveIteratorIterator on reentrant…#22496
devnexen wants to merge 1 commit into
php:PHP-8.4from
devnexen:recursive_iterator_fixes_followup

Conversation

@devnexen

Copy link
Copy Markdown
Member

… rewind().

Guard hasChildren()/getChildren() against reentrant rewind()/next() the same way valid() was guarded. Follow-up to GH-22466, GH-22478.

… rewind().

Guard hasChildren()/getChildren() against reentrant rewind()/next() the same
way valid() was guarded. Follow-up to phpGH-22466, phpGH-22478.
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.

1 participant