History log of /PHP-7.4/ext/fileinfo/tests/bug79756.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 816b4c12 29-Jun-2020 Christoph M. Becker

Fix #79756: finfo_file crash (FILEINFO_MIME)

If `ctime` or `asctime` return `NULL`, we must not attempt to copy the
buffer, but rather return `NULL` as well.