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
..
2018-10-14 12:51:01 +02:00
2003-12-08 12:56:47 +00:00
2018-10-13 14:12:55 +02:00
2018-10-13 14:12:55 +02:00
2018-10-14 12:51:01 +02:00
2017-11-15 11:17:30 +01:00
2018-10-14 12:51:01 +02:00
2015-05-20 19:14:05 +02:00
2009-01-20 01:37:48 +00:00
2018-10-14 12:51:01 +02:00
2018-10-13 14:12:55 +02:00
2018-10-14 12:51:01 +02:00
2015-05-25 18:03:26 +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-10-13 14:12:55 +02:00
2018-10-13 14:12:55 +02:00
2018-10-13 14:12:55 +02:00
2018-01-02 12:53:31 +08:00
2018-10-14 12:51:01 +02:00
2014-09-20 10:01:44 +02:00
2014-09-20 10:01:44 +02:00
2014-09-20 10:01:44 +02:00
2014-09-20 10:01:44 +02:00
2014-09-20 10:01:44 +02:00
2014-09-20 10:01:44 +02:00
2018-10-14 12:51:01 +02: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-10-14 12:51:01 +02:00
2018-10-13 14:12:55 +02:00
2016-06-20 12:45:39 +02: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
2018-10-14 12:51:01 +02:00
2019-04-29 22:08:19 -07: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
2018-10-13 14:12:55 +02:00
2009-01-19 02:35:22 +00:00
2018-10-13 14:12:55 +02:00
2018-10-14 12:51:01 +02:00
2018-07-06 16:07:28 +02:00