History log of /PHP-8.2/ext/gmp/tests/gh16501.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9ca68e03 19-Oct-2024 David Carlier

Fix GH-16501: gmp_random_bits overflow.

we do the same calculation in advance as mpz_realloc overflow check to
avoid abort.

close GH-16503