History log of /PHP-8.1/ext/gd/tests/bug81739.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# b4fb6646 24-Oct-2022 Christoph M. Becker

Update new test to use EXTENSIONS section instead of SKIPIF


# d50532be 18-Oct-2022 Christoph M. Becker

Fix #81739: OOB read due to insufficient validation in imageloadfont()

If we swap the byte order of the relevant header bytes, we need to make
sure again that the following multiplicatio

Fix #81739: OOB read due to insufficient validation in imageloadfont()

If we swap the byte order of the relevant header bytes, we need to make
sure again that the following multiplication does not overflow.

show more ...