Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp
Kenneth Myhra b78ee64415 LibWeb: Do not discard String returned from url_encode() to avoid UAF
This caused UAF since the string returned from url_encode() was
immediately discarded.

Co-authored-by: Luke Wilde <lukew@serenityos.org>
2023-03-08 09:26:08 +00:00

9.6 KiB