Files
ladybird/Userland/Libraries/LibWeb/HTML/FormControlInfrastructure.cpp
Kenneth Myhra 7d23af49c2 LibWeb: Avoid dereferencing null pointer
Null check was missing and we would crash when dereferencing the
pointer to access the type() member.
2023-02-13 14:34:37 +00:00

11 KiB