History log of /PHP-7.3/ext/bcmath/tests/bug78878.phpt (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a6215456 16-Dec-2019 Stanislav Malyshev

Fix test


Revision tags: php-7.3.13RC1, php-7.2.26RC1
# eb23c600 30-Nov-2019 Christoph M. Becker

Fix #78878: Buffer underflow in bc_shift_addsub

We must not rely on `isdigit()` to detect digits, since we only support
decimal ASCII digits in the following processing.