diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-15 12:51:10 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-15 12:54:53 +0200 |
commit | 5941b30bb889afcdd7684f9e0ce05ce72bb8256b (patch) | |
tree | 88a91a67bd90046db231a93e5aab09930b29a638 /NEWS | |
parent | a29016d70d72dacb688b4df334508edb550d688f (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |