1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Tim Düsterhus 94678d99ce uri: Fix memory safety violations when assigning $errors by reference fails (#19628)
* uri: Fix double-free when assigning `$errors` by reference fails

`ZEND_TRY_ASSIGN_REF_ARR()` apparently consumes the to-be-assigned value even
when it fails.

* uri: Fix leak of parsed URI when assigning soft errors by reference fails

This is not reproducible, because the URI object will still be referenced by
Lexbor’s mraw instance and then cleanly destroyed at the end of the request.

* NEWS
2025-08-30 21:21:57 +02:00
..
2025-08-07 19:09:03 +02:00
2025-03-14 10:51:50 +01:00
2025-08-10 14:17:19 +02:00
2025-07-25 12:05:17 +02:00
2025-08-24 03:55:15 +01:00
2025-08-08 20:33:00 +02:00
2025-07-29 14:00:37 +02:00
2025-08-15 08:08:16 +01:00
2025-08-23 15:28:56 +02:00
2025-08-16 19:28:11 +01:00
2025-07-20 17:20:53 +02:00
2025-06-21 18:03:50 +01:00