]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Oct 2020 10:57:13 +0000 (12:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Oct 2020 10:57:35 +0000 (12:57 +0200)
* PHP-7.4:
  Fix #80239: imap_rfc822_write_address() leaks memory

1  2 
NEWS
ext/imap/php_imap.c

diff --cc NEWS
index 40e39c4bfa344e6a4ca654c10af59ffc0d2b8a3b,2202f04b393049f59dc8847c9a7534b20f7bd2fa..b6cf08b3f2b5f8200234f7e278007fede7cb56bb
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,16 -1,23 +1,18 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC3
  
 -  . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
+ - IMAP:
+   . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
  
 -29 Oct 2020, PHP 7.4.12
 +15 Oct 2020, PHP 8.0.0RC2
  
  - Core:
 -  . Fixed bug #80061 (Copying large files may have suboptimal performance).
 -    (cmb)
 -  . Fixed bug #79423 (copy command is limited to size of file it can copy).
 -    (cmb)
 -  . Fixed bug #80126 (Covariant return types failing compilation). (Nikita)
 -  . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita)
 +  . Fixed bug #80225 (broken namespace usage in eval code). (Nikita)
  
 -- Calendar:
 -  . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)
 +- Curl:
 +  . Fixed bug #80121 (Null pointer deref if CurlHandle directly instantiated).
 +    (Nikita)
  
  - IMAP:
    . Fixed bug #80213 (imap_mail_compose() segfaults on certain $bodies). (cmb)
Simple merge