Skip to content

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented Jan 7, 2023

Fixes GH-10251 (see also for analysis and discussion)

zend_get_property_guard previously assumed that at least "str" has a
pre-computed hash. This is not always the case, for example when a
string is created by bitwise operations, its hash is not set. Instead of
forcing a computation of the hashes, drop the hash comparison.

nielsdos and others added 2 commits January 7, 2023 13:53
zend_get_property_guard previously assumed that at least "str" has a
pre-computed hash. This is not always the case, for example when a
string is created by bitwise operations, its hash is not set. Instead of
forcing a computation of the hashes, drop the hash comparison.
@Girgias Girgias self-assigned this Jan 8, 2023
@Girgias Girgias closed this in d03025b Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants