History log of /php-src/ext/bcmath/tests/bcmul_check_overflow.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8734a9a4 22-May-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

ext/bcmath: Prevent overflow of uint32_t/uint64_t (#14297)

If add more than a certain number of times, it will overflow, so need to adjust
the digits before adding.