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