Files
ladybird/Userland/Libraries/LibWeb/CSS/CSSStyleSheet.cpp
Shannon Booth b7bcdf7c53 LibWeb: Fix UAF in CSSStyleSheet
CSSNamespaceRule returns a copy of a DeprecatedString, meaning that the
view returned by the namespace in CSSStyleSheet is into a temporary
string.
2023-11-24 10:57:17 +01:00

6.7 KiB