1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 09:37:34 +00:00
serenity/Tests/LibWeb/Layout
MacDue 5e973fca0b LibWeb: Prevent OOB access in HTMLEncodingDetection for input of '</'
Previously, this never checked if `position + 2` was valid. This
slightly reorders the loop so all indices are checked.

Fixes #22163
2024-01-08 23:35:09 +01:00
..
expected LibWeb: Prevent OOB access in HTMLEncodingDetection for input of '</' 2024-01-08 23:35:09 +01:00
input LibWeb: Prevent OOB access in HTMLEncodingDetection for input of '</' 2024-01-08 23:35:09 +01:00