mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +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.