summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-07-06 08:02:00 +0100
committerJoe Watkins <krakjoe@php.net>2017-07-06 08:02:00 +0100
commit2928feca4684dcf7a99b6d044a914ddb9f514aeb (patch)
tree2426c8c9f4b8d37bf6d2243df21218e897471b48
parentfb140d582ccbfbcb639b59f65b24450c318c6057 (diff)
downloadphp-git-2928feca4684dcf7a99b6d044a914ddb9f514aeb.tar.gz
news entry for 74603
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f598d85d3..b6479dd002 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ PHP NEWS
. Fixed bug #74658 (Undefined constants in array properties result in broken
properties). (Laruence)
. Fixed misparsing of abstract unix domain socket names. (Sara)
+ . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
+ (Stas)
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
zval_get_type). (Nikita)