History log of /PHP-7.3/ext/standard/tests/image/bug79877.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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.