]> granicus.if.org Git - php/commitdiff
Add test for bug #78363
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 2 Aug 2019 08:37:44 +0000 (10:37 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 2 Aug 2019 08:37:44 +0000 (10:37 +0200)
NEWS
Zend/tests/bug78363.phpt [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index db44d9b5355489a5c87c6a8294d4cd11fb7ebecd..8d7f205b7ab765744af8650f895d1bc4ddf53caf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.3.9
 
+- Core:
+  . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
+
 - Curl:
   . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
     (Abyr Valg)
diff --git a/Zend/tests/bug78363.phpt b/Zend/tests/bug78363.phpt
new file mode 100644 (file)
index 0000000..0d17a19
Binary files /dev/null and b/Zend/tests/bug78363.phpt differ