History log of /PHP-7.4/ext/standard/tests/image/bug79877.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 4d2560dd 21-Jul-2020 Christoph M. Becker

Fix #79877: getimagesize function silently truncates after a null byte

We have to check for NUL bytes if `getimagesize()` has been called.


# ff577b04 21-Jul-2020 Christoph M. Becker

Fix #79877: getimagesize function silently truncates after a null byte

We have to check for NUL bytes if `getimagesize()` has been called.