1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext
Alex Dowad fa83a8e15e Fix new conversion filter for HTML entities
While fuzzing the new mb_decode_numericentity implementation, I discovered
that the fast conversion filter for 'HTML-ENTITIES' did not correctly
handle an empty named entity ('&;'), nor did it correctly handle
invalid named entities whose names were a prefix of a valid entity.
Also, it did not correctly handle the case where a named entity is
truncated and another named entity starts abruptly.
2022-07-18 15:11:31 +02:00
..
2022-06-25 07:40:19 +01:00
2022-06-25 17:53:33 +01:00
2022-07-04 10:50:32 +01:00
2022-07-05 00:59:43 -06:00
2022-06-29 14:04:40 +02:00
2022-07-08 17:39:05 +01:00
2022-06-10 12:45:30 -04:00
2022-07-11 19:45:46 +02:00
2022-06-09 13:42:45 +02:00
2022-06-13 14:44:49 +02:00
2022-05-16 14:47:02 +02:00
2022-06-25 07:40:19 +01:00