1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00
Files
archived-php-src/ext
Alex Dowad d617fcaae2 Fix legacy text conversion filter for 'HTML-ENTITIES'
Because this routine used a signed char buffer to hold the bytes
in a (possible) HTML entity, any bytes with the MSB set would
be sign-extended when converting to int; for example, 0x86 would
become 0xFFFFFF86 (or -121).

Codepoints with huge values, like 0xFFFFFF86, are not valid and
if any were passed to the output filter, it would treat them
as errors and emit error markers.
2022-08-16 16:43:27 +02:00
..
2022-06-25 07:40:19 +01:00
2022-08-11 16:26:46 +01:00
2022-08-04 16:23:26 +02:00
2022-08-11 09:32:18 +03:00
2022-08-12 16:25:46 +02:00
2022-08-15 18:10:54 +02:00
2022-06-10 12:45:30 -04:00
2022-07-28 21:09:18 +02:00
2022-08-12 17:12:28 +01:00
2022-08-07 14:22:33 +01:00
2022-07-28 21:09:18 +02:00
2022-06-09 13:42:45 +02:00
2022-06-13 14:44:49 +02:00
2022-07-27 13:11:58 +02:00
2022-07-28 19:36:04 +01:00
2022-07-29 12:15:38 +02:00
2022-05-16 14:47:02 +02:00