mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
By avoiding integer overflow in the implementation entirely. The multiplication was already explicitly checked for overflow, so also add a check for the addition and remove the overflow checks after the calculation.