1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche 3f7bfaf3ae uri: Fix RFC3986 to_string implementation with ExcludeFragment returning non-terminated strings (#20811)
zend_string_truncate() doesn't put a NUL byte.
Right now this doesn't matter as this code path is only hittable via the
equals() method, but if other extension (or future other code) starts
using this code path, then it can be problematic as all user-exposed
zend_strings need to end with a NUL byte.
2026-01-02 15:00:47 +01:00
..
2025-12-05 22:32:28 +00:00
2025-08-07 19:09:03 +02:00
2025-10-15 19:39:39 +02:00
2025-12-15 23:52:00 +01:00
2025-11-06 21:29:54 +01:00
2025-09-21 14:26:02 +01:00
2025-12-26 22:28:51 +01:00
2025-12-03 20:22:50 +00:00
2025-12-04 23:25:29 +00:00
2025-10-29 14:39:48 -03:00
2025-12-22 12:18:14 +01:00
2025-12-08 22:30:33 +01:00
2025-12-24 16:10:34 +00:00
2025-11-07 18:54:56 +01:00
2025-12-16 15:36:52 +01:00
2025-11-04 20:21:09 +01:00
2025-12-23 11:27:41 +01:00
2025-12-22 12:55:16 +00:00
2025-10-02 19:41:59 +02:00
2025-09-06 14:06:10 +01:00
2025-12-14 13:35:03 +01:00
2025-09-29 16:08:56 +02:00
2025-11-18 20:31:31 +01:00
2025-12-28 01:32:21 +01:00