#
c1962e90 |
| 12-Oct-2020 |
Christoph M. Becker |
Fix #80223: imap_mail_compose() leaks envelope on malformed bodies We have to clean up even on failure. Closes GH-6322. |
#
c3365bb3 |
| 12-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into master * PHP-8.0: Fix #80220: imap_mail_compose() may leak memory
|
#
5a8958f0 |
| 12-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80220: imap_mail_compose() may leak memory
|
#
acce991a |
| 12-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80220: imap_mail_compose() may leak memory
|
#
0d022ddf |
| 12-Oct-2020 |
Christoph M. Becker |
Fix #80220: imap_mail_compose() may leak memory Unless `topbod` is of `TYPEMULTIPART`, `mail_free_body()` does not free the `nested.part`; while we could do this ourselves, instead we ju
Fix #80220: imap_mail_compose() may leak memory Unless `topbod` is of `TYPEMULTIPART`, `mail_free_body()` does not free the `nested.part`; while we could do this ourselves, instead we just ignore additional bodies in this case, i.e. we don't attach them in the first place. Closes GH-6321.
show more ...
|
#
d2e50619 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into master * PHP-8.0: Fix #80215: imap_mail_compose() may modify by-val parameters
|
#
6494e578 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80215: imap_mail_compose() may modify by-val parameters
|
#
7940fb42 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80215: imap_mail_compose() may modify by-val parameters
|
#
62a2387a |
| 10-Oct-2020 |
Christoph M. Becker |
Fix #80215: imap_mail_compose() may modify by-val parameters We separate the input arrays and all sub-arrays to avoid modification of the passed parameters. This should be rewri
Fix #80215: imap_mail_compose() may modify by-val parameters We separate the input arrays and all sub-arrays to avoid modification of the passed parameters. This should be rewritten to use `zend_string`s for the "master" branch. Closes GH-6316.
show more ...
|
#
e67814f6 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-8.0' into master * PHP-8.0: Fix #80213: imap_mail_compose() segfaults on certain $bodies
|
#
7d085c87 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80213: imap_mail_compose() segfaults on certain $bodies
|
#
b2b9e2e8 |
| 10-Oct-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80213: imap_mail_compose() segfaults on certain $bodies
|
#
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. |
#
f211f158 |
| 24-Sep-2020 |
George Peter Banyard |
Fix [-Wlogical-op] in IMAP |
#
f5afc2c3 |
| 08-Oct-2020 |
Christoph M. Becker |
Fix potential mail related segfault on Windows `rpath` may be `NULL` here, in which case we must not access its members. |
#
25569679 |
| 17-Sep-2020 |
George Peter Banyard |
Promote warnings to Error in IMAP extension Drop some dependencies on argc at the same time Closes GH-6164 |
#
5d7d5e27 |
| 21-Sep-2020 |
George Peter Banyard |
Add proper default values for optional arguments in IMAP Closes GH-6179 |
#
7fde9918 |
| 21-Sep-2020 |
George Peter Banyard |
Refactor imap_mail()'s internal implementation to use zend_strings |
#
4591cb8a |
| 21-Sep-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into master * PHP-7.4: Fix memory leak in php_imap_mutf7()
|
#
d1feeed7 |
| 21-Sep-2020 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix memory leak in php_imap_mutf7()
|
#
730fdc77 |
| 21-Sep-2020 |
Christoph M. Becker |
Fix memory leak in php_imap_mutf7() We have to free the string which has been allocated by libc-client. |
Revision tags: php-8.0.0beta1, php-7.4.9, php-7.2.33, php-7.3.21, php-8.0.0alpha3, php-7.4.9RC1, php-7.3.21RC1, php-7.4.8, php-7.2.32, php-8.0.0alpha2, php-7.3.20 |
|
#
2b5de6f8 |
| 01-Jul-2020 |
Max Semenik |
Remove proto comments from C files Closes GH-5758 |
Revision tags: php-8.0.0alpha1, php-7.4.8RC1, php-7.3.20RC1, php-7.4.7, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1 |
|
#
c1988749 |
| 12-May-2020 |
George Peter Banyard |
Fix [-Wundef] warning in IMAP extension |
Revision tags: php-7.4.6, php-7.2.31, php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17 |
|
#
5322de1b |
| 04-Apr-2020 |
Máté Kocsis |
Generate functions entries from stubs for another set of extensions Closes GH-5351 |
Revision tags: php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1 |
|
#
736b22dc |
| 18-Feb-2020 |
Máté Kocsis |
Add stubs for aliases Closes GH-5187 |