[GIT-PULLS] [php-src] PR #22625: Properly propagate X509_STORE_CTX_new()
[email protected] (ndossche)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22625 Author: ndossche Propagating is consistent with other "new" failures, and avoids bailing out, which is inherently problematic anyway as it can cause persistent leaks on its own. Originally reported as a part of https://github.com/php/php-src/issues/21643, but the other issues there are all semantic whereas this is specific to ASAN.