Commit 5405e2b
committed
Merge branch 'PHP-8.5'
* PHP-8.5:
Fix crash in php_openssl_create_sni_server_ctx() when SSL_CTX_new() fails
Fix crash in openssl_pkcs12_read() when BIO_new() fails
Fix crash in openssl_pkey_export() when BIO_new() fails
Fix crash in openssl_digest() when EVP_MD_CTX_create() fails2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1518 | 1518 | | |
1519 | 1519 | | |
1520 | 1520 | | |
1521 | | - | |
| 1521 | + | |
1522 | 1522 | | |
1523 | 1523 | | |
1524 | 1524 | | |
| |||
2224 | 2224 | | |
2225 | 2225 | | |
2226 | 2226 | | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
2227 | 2231 | | |
2228 | 2232 | | |
2229 | 2233 | | |
| |||
2252 | 2256 | | |
2253 | 2257 | | |
2254 | 2258 | | |
| 2259 | + | |
2255 | 2260 | | |
2256 | 2261 | | |
2257 | 2262 | | |
| |||
4524 | 4529 | | |
4525 | 4530 | | |
4526 | 4531 | | |
4527 | | - | |
| 4532 | + | |
| 4533 | + | |
4528 | 4534 | | |
4529 | 4535 | | |
4530 | 4536 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
1306 | 1310 | | |
1307 | 1311 | | |
1308 | 1312 | | |
| |||
0 commit comments