[GIT-PULLS] [php-src] PR #23409: ext/zlib: deflate_init() assertion failure on uninitialised typed pro…
[email protected] (devnexen)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23409 Author: devnexen …perties. Fix #22142 An object passed as options exposes uninitialised typed properties as IS_UNDEF slots, which zval_try_get_long() rejected through an unreachable branch. Those slots are now skipped, matching get_object_vars().