Files
ladybird/Userland/Libraries/LibWeb/DOM/ParentNode.cpp
Alexander 459aa44f6b LibWeb: Avoid UAF in query_selector{,_all}()
This fixes a bug that caused the selector to be dumped.
It would relase the RefPtr into a dump function, and then use it.
2021-07-17 01:48:04 +04:30

1.8 KiB