summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 16:38:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 18:58:45 +0200
commit315b95b0654fca116d6db0f11dc22151ac139988 (patch)
tree5dffcd58e8793cd86757449e2e4d200c093bda5a /NEWS
parentde58fb34c9dad0ce598eb53ee942628fd7c7b14a (diff)
downloadphp-git-315b95b0654fca116d6db0f11dc22151ac139988.tar.gz
Fix #80242: imap_mail_compose() segfaults for multipart with rfc822
libc-client expects `TYPEMESSAGE` with an explicit subtype of `RFC822` to have a `nested.msg` (otherwise there will be a segfault during free), but not to have any `contents.text.data` (this will leak otherwise). Closes GH-6345.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05d3b73b86..6af9c20676 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
. Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
. Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
. Fixed minor regression caused by fixing bug #80220. (cmb)
+ . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
+ (cmb)
29 Oct 2020, PHP 7.3.24