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

1  2 
NEWS
ext/imap/php_imap.c

diff --cc NEWS
index 3f7c5c8e3c749ec741eb983fc929afeb647531da,42b663cf409a2716599a99b1733b13ee4eefc433..2202f04b393049f59dc8847c9a7534b20f7bd2fa
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -4,16 -4,13 +4,17 @@@ PH
  
  - IMAP:
    . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
+   . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
  
 -29 Oct 2020, PHP 7.3.24
 +29 Oct 2020, PHP 7.4.12
  
  - 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)
  
  - Calendar:
    . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)
Simple merge