This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
html-encoding-detection-crash.html
2 lines
6 B
HTML
Raw
Normal View
History
Unescape
Escape
LibWeb: Fix crash in HTML encoding detection when handling non-ASCII The fix here was to stop using StringBuilder::append(char) when told to append a code point, and switch to StringBuilder::append_code_point(u32) There's probably a bunch more issues like this, and we should stop using append(char) in general since it allows building of garbage strings.
2023-12-28 19:30:20 -03:00
<
z
=
=
<EFBFBD>
Reference in a new issue
Copy permalink