summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-08-02 10:37:44 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-08-02 10:37:44 +0200
commitd89157cd677a00dd02ab890b0af9dc40389514e2 (patch)
tree98b4bf2b52d2b420fa46a78bbfc738e2c4e55d41
parente1934f851571c308b34befc837b73780fb4360df (diff)
downloadphp-git-d89157cd677a00dd02ab890b0af9dc40389514e2.tar.gz
Add test for bug #78363
-rw-r--r--NEWS3
-rw-r--r--Zend/tests/bug78363.phptbin0 -> 201 bytes
2 files changed, 3 insertions, 0 deletions
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
--- /dev/null
+++ b/Zend/tests/bug78363.phpt
Binary files differ