[GIT-PULLS] [php-src] PR #23321: Fix IntlGregorianCalendar double-free of an adopted TimeZone
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23321 Author: iliaal The timezone-and-locale IntlGregorianCalendar constructor passes the TimeZone to an adopting ICU constructor. On failure PHP deleted that zone again after unique_ptr already destroyed the calendar.