mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
712fc54e85
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.