History log of /PHP-7.3/ext/imap/tests/bug80213.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8bee0fbd 10-Oct-2020 Christoph M. Becker

Fix #80213: imap_mail_compose() segfaults on certain $bodies

We have to cater to non-associative arrays where the key may be `NULL`;
we just skip these elements.

Closes GH-6315.