History log of /php-src/ext/dom/tests/gh17201.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# e2474618 17-Dec-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-17201: Dom\TokenList issues with interned string replace

If a bucket previously had a non-interned string, and is now replaced
with an interned string, then the type flags still i

Fix GH-17201: Dom\TokenList issues with interned string replace

If a bucket previously had a non-interned string, and is now replaced
with an interned string, then the type flags still incorrectly state
it's a non-interned string. This leads to the refcount being edited for
interned strings, which in turn can lead to a crash when protect_memory
is set.

Closes GH-17207.

show more ...