Commit 8569b82
committed
Merge branch 'PHP-8.5'
* PHP-8.5:
Fixing memory leak in zif_openssl_seal and zif_openssl_open when fetching cipher with php_openssl_get_evp_cipher_by_name (#21967)
Fixing memory leak in php_openssl_x509_fingerprint when getting mdtype with php_openssl_get_evp_md_by_name (#21965)
Fixing memory leak in openssl_pkcs12_read when zout initialisation fails (#21752)3 files changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1911 | 1911 | | |
1912 | 1912 | | |
1913 | 1913 | | |
| 1914 | + | |
1914 | 1915 | | |
1915 | 1916 | | |
1916 | 1917 | | |
| |||
4697 | 4698 | | |
4698 | 4699 | | |
4699 | 4700 | | |
| 4701 | + | |
4700 | 4702 | | |
4701 | 4703 | | |
4702 | 4704 | | |
| |||
4783 | 4785 | | |
4784 | 4786 | | |
4785 | 4787 | | |
| 4788 | + | |
4786 | 4789 | | |
4787 | 4790 | | |
4788 | 4791 | | |
| |||
4859 | 4862 | | |
4860 | 4863 | | |
4861 | 4864 | | |
| 4865 | + | |
4862 | 4866 | | |
4863 | 4867 | | |
4864 | 4868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
596 | 597 | | |
597 | 598 | | |
598 | 599 | | |
| |||
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments