1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00
Files
archived-php-src/win32
Christoph M. Becker 6c631ccfef Fix #77821: Potential heap corruption in TSendMail()
`zend_string_tolower()` returns a copy (not a duplicate) of the given
string, if it is already in lower case.  In this case we must not not
`zend_string_free()` both strings.  The cleanest solution is to call
` zend_string_release()` on both strings, which properly handles the
refcount.
2019-04-29 22:08:19 -07:00
..
2017-11-15 11:17:30 +01:00
2015-05-20 19:14:05 +02:00
2015-01-10 15:07:38 -08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2015-01-10 15:07:38 -08:00
2015-01-10 15:07:38 -08:00
2018-01-02 12:53:31 +08:00
2015-01-10 15:07:38 -08:00
2018-01-02 12:53:31 +08:00
2015-01-10 15:07:38 -08:00
2015-05-15 08:20:33 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-10-13 11:21:27 +02:00
2015-06-02 15:56:32 +02:00