History log of /PHP-7.4/ext/fileinfo/tests/bug77961.magic (Results 1 – 1 of 1)
Revision Date Author Comments
# 39f95f56 23-Nov-2020 Christoph M. Becker

Fix #77961: finfo_open crafted magic parsing SIGABRT

libmagic may abort the running process, which is not desirable for PHP;
we raise a fatal error instead.

Closes GH-6437.