mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
To solve this, we properly calculate the required string length upfront instead of allocating an oversized string (`len * 4 + 4`).
To solve this, we properly calculate the required string length upfront instead of allocating an oversized string (`len * 4 + 4`).