summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-11-23 17:12:46 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-24 14:01:15 +0100
commit39f95f56144d595b9af7828726c3e28c313fb2b7 (patch)
tree8b7f44245d65ebdebbab53716061266f1fac11dc /NEWS
parent5f9c82d514980f96e5e88f6c2633571ce31b57a7 (diff)
downloadphp-git-39f95f56144d595b9af7828726c3e28c313fb2b7.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5661ce119d..d7e369fd2b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP NEWS
. Fixed bug #80362 (Running dtrace scripts can cause php to crash).
(al at coralnet dot name)
+- Fileinfo:
+ . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
+
- Standard:
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)