mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01: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`).