mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
commit
5252e8b511
1 changed files with 1 additions and 1 deletions
|
@ -3618,7 +3618,7 @@ rv_alloc(int i)
|
|||
|
||||
j = sizeof(ULong);
|
||||
if (i > ((INT_MAX >> 2) + rem))
|
||||
zend_error_noreturn(E_ERROR, "rv_alloc() allocation overflow %d", i);
|
||||
i = (INT_MAX >> 2) + rem;
|
||||
for(k = 0;
|
||||
rem + j <= (size_t)i; j <<= 1)
|
||||
k++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue