summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-15 12:51:10 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-15 12:54:53 +0200
commit5941b30bb889afcdd7684f9e0ce05ce72bb8256b (patch)
tree88a91a67bd90046db231a93e5aab09930b29a638 /NEWS
parenta29016d70d72dacb688b4df334508edb550d688f (diff)
downloadphp-git-5941b30bb889afcdd7684f9e0ce05ce72bb8256b.tar.gz
Fix #80239: imap_rfc822_write_address() leaks memory
We have to free the address when we're finished with it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb966d9b72..42b663cf40 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- 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