Skip to content

Commit bdf1bcc

Browse files
committed
Fix phpGH-20088: Heap-use-after-free in PHP URI WHATWG parser during malformed URL processing
Import lexbor/lexbor@fc5aeaa
1 parent 7ad5146 commit bdf1bcc

File tree

3 files changed

+1155
-31
lines changed

3 files changed

+1155
-31
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ PHP NEWS
2121
exposes INDIRECTs). (nielsdos)
2222
. Improve __unserialize() hardening for SplHeap/SplPriorityQueue. (nielsdos)
2323

24+
- URI:
25+
. Fixed bug GH-20088 (Heap-use-after-free in PHP URI WHATWG parser
26+
during malformed URL processing). (lexborisov)
27+
2428
09 Oct 2025, PHP 8.5.0RC2
2529

2630
- Core:

0 commit comments

Comments
 (0)