mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
The intermediate computation can cause a signed integer overflow, but the input is correctly rejected later on by the check on variable `n`. Solve this by using an unsigned number. Closes GH-18312.