mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Don't crash on Element.setAttribute() with emoji in name
We were mistakenly using StringBuilder's append(char) when we really wanted append_code_point(u32).
This commit is contained in:
parent
dbca63a1db
commit
1b81e0081d
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/awesomekling
Commit: 1b81e0081d
Pull-request: https://github.com/SerenityOS/serenity/pull/22151
3 changed files with 10 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
PASS (Didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue