mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +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.