Files
ladybird/Userland/Libraries/LibGUI/Clipboard.cpp
Itamar 246b42b635 LibGUI: Guard against use-after-free in Clipboard::the()
We now make sure that a VERIFY will fail if Clipboard::the() is called
after the destruction of its static-local variables.
2022-02-19 11:38:29 +01:00

5.7 KiB