Skip to content

Commit eab17ae

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GH-16477 (Segmentation fault when calling __debugInfo() after failed SplFileObject::__constructor)
2 parents d353a89 + a19029f commit eab17ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ PHP NEWS
110110
. Fixed bug GH-16479 (Use-after-free in SplObjectStorage::setInfo()). (ilutov)
111111
. Fixed bug GH-16478 (Use-after-free in SplFixedArray::unset()). (ilutov)
112112
. Fixed bug GH-16588 (UAF in Observer->serialize). (nielsdos)
113+
. Fix GH-16477 (Segmentation fault when calling __debugInfo() after failed
114+
SplFileObject::__constructor). (Girgias)
113115

114116
- Standard:
115117
. Fixed bug GH-16293 (Failed assertion when throwing in assert() callback with

0 commit comments

Comments
 (0)