From: Nikita Popov Date: Fri, 2 Aug 2019 08:37:44 +0000 (+0200) Subject: Add test for bug #78363 X-Git-Tag: php-7.4.0beta2~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d89157cd677a00dd02ab890b0af9dc40389514e2;p=php Add test for bug #78363 --- diff --git a/NEWS b/NEWS index db44d9b535..8d7f205b7a 100644 --- 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 index 0000000000..0d17a1961c Binary files /dev/null and b/Zend/tests/bug78363.phpt differ