]> granicus.if.org Git - php/commit
Fixed bug #69115 crash in mail
authorAnatol Belski <ab@php.net>
Fri, 27 Feb 2015 09:42:20 +0000 (10:42 +0100)
committerAnatol Belski <ab@php.net>
Fri, 27 Feb 2015 09:42:20 +0000 (10:42 +0100)
commit30830bcefd080cf58231aa195418a4223497ea91
tree025068001955f3647988a8309056d0df27950948
parent8f5676f73e57345b61447a27bc493b1b8f95ab5b
Fixed bug #69115 crash in mail

There were two issues

- php_pcre_replace could be used directly and sbject_str could be NULL
- the Windows sendmail variant was freeing something passed from the outside
ext/pcre/php_pcre.c
ext/standard/tests/mail/bug69115.phpt [new file with mode: 0644]
win32/sendmail.c