mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
a1c1ee6a48
opaque is used by the htmlentities filter, which means that we end up trying to free the score value as a pointer. Don't try to be overly tricky here and simply allocate a separate structure to hold the number of illegal characters and the score.