1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/ext
Christoph M. Becker 7f3bdda29b Properly fix #80220
The original fix for that bug[1] broke the formerly working composition
of message/rfc822 messages, which results in a segfault when freeing
the message body now.  While `imap_mail_compose()` does not really
support composition of meaningful message/rfc822 messages (although
libc-client appears to support that), some code may still use this to
compose partial messages, and using string manipulation to create the
final message.

The point is that 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).

[1] <http://git.php.net/?p=php-src.git;a=commit;h=0d022ddf03c5fabaaa22e486d1e4a367ed9170a7>

Closes GH-6343.
2020-10-20 13:32:53 +02:00
..
2019-12-16 10:32:49 -08:00
2020-10-19 09:31:02 +01:00
2020-06-23 15:57:24 +02:00
2020-10-15 10:16:22 +02:00
2019-04-06 19:06:16 -07:00
2020-10-20 13:32:53 +02:00
2020-02-03 13:03:54 +01:00
2019-04-23 12:43:32 +02:00
2020-07-28 10:23:10 +02:00
2020-10-02 15:02:35 +02:00
2019-02-20 11:11:06 +11:00
2020-09-17 10:12:10 +02:00
2020-04-23 17:35:09 +02:00
2020-09-25 16:28:48 +01:00
2019-04-10 13:06:55 +02:00
2020-09-03 10:29:38 +02:00
2020-06-19 17:31:28 +02:00
2020-02-28 17:06:05 +01:00
2020-07-22 20:45:56 +02:00
2019-01-02 11:21:25 +01:00
2019-10-01 11:15:12 +02:00
2020-09-30 08:37:16 +03:00
2020-06-19 10:46:26 +02:00
2019-01-07 01:04:16 -08:00