mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
8849a5336e
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.