[GIT-PULLS] [php-src] PR #23320: Fix Calendar::createInstance double-free of the adopted TimeZone
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <09oRlevpC5wit73t5sAq1VweoiyWPlJJl1RoPxSiDPU@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23320 Author: iliaal ICU 57+ Calendar::createInstance adopts the TimeZone and frees it if the calendar cannot be created. createInstance and fromDateTime deleted that pointer again on failure.