Files
ladybird/Userland/Libraries/LibWeb/CSS/CSSNamespaceRule.cpp
Sam Atkins 6c2ed0f51b LibWeb: Fix use-after-free in CSSNamespaceRule parsing
Holding the `prefix` as a StringView meant it pointed at string data
held by `token`. `token` gets reassigned shortly afterwards, meaning
`prefix` would hold invalid character data.
2023-08-08 20:49:45 +01:00

2.0 KiB