mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
Trying to allocate a `zend_string` with a length only slighty smaller than `SIZE_MAX` causes an integer overflow; we make sure that this doesn't happen by catering to the maximal overhead of a `zend_string`. Closes GH-7597.