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
..
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2018-09-21 14:12:25 +02:00
2021-05-26 13:21:43 +02:00
2021-06-29 17:13:02 +02:00
2021-05-26 13:21:43 +02:00
2021-05-26 13:21:43 +02:00
2023-10-18 17:34:10 +02:00
2024-10-22 00:17:12 +02:00
2023-07-14 14:37:11 +02:00
2023-07-11 23:02:01 +02:00
2023-10-18 19:21:43 +02:00
2024-06-28 22:29:03 +02:00
2024-12-14 12:12:40 +01:00
2024-12-21 12:50:04 +01:00