1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
Niels Dossche e7770802bf Fix potential read of uninitialized padding data in DOM (#17628)
The fix for GH-17481 introduced a regression that can cause the read of
uninitialized padding data when going over a chunk boundary during HTML
parsing of UTF-8.
The wrong offset was computed with respect to the input buffer, the
length of the error-corrected UTF-8 code point is not necessarily the
same as the input code point length.
This was not noticed because no CI jobs run with Valgrind nor I do it
regularly, and ASAN doesn't catch uninitialized accesses.
2025-01-30 11:41:25 -04:00
..
2025-01-19 11:50:56 +01:00
2024-10-30 20:55:50 +01:00
2024-09-23 22:19:15 +02:00
2024-06-29 15:18:34 +01:00
2024-12-21 12:01:48 +01:00
2024-06-29 13:00:26 -07:00
2024-10-17 21:21:49 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-08-31 11:56:34 +02:00
2024-06-26 12:17:12 -07:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2025-01-17 19:37:14 +01:00
2024-08-31 11:56:34 +02:00
2024-05-13 19:46:51 +02:00
2024-11-24 18:20:21 +01:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-02 21:34:23 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-10-10 19:29:16 +02:00