Skip to content

Commit 3249f2d

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix phpGH-17399: iconv memory leak on bailout
2 parents 53f7568 + 38628e8 commit 3249f2d

File tree

6 files changed

+718
-632
lines changed

6 files changed

+718
-632
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ PHP NEWS
88
. Fixed ZEND_API mismatch on zend_ce_closure forward decl for Windows+Clang.
99
(henderkes)
1010

11+
- Iconv:
12+
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
13+
1114
- SPL:
1215
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
1316
free). (Girgias)

0 commit comments

Comments
 (0)