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