mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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.