ladybird/Userland/DevTools
David Smith c2a1817c70 Profiler: Fix use after free in FlameGraphView
Layout cleared the list of bars in the flame graph, but didn't clear the
reference m_hovered_bar. This could cause a crash in mousedown_event()
when clicking twice: the first click caused layout, the second used
the old reference.
2022-07-24 23:19:09 +01:00
..
GMLPlayground Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HackStudio Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Inspector Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Profiler Profiler: Fix use after free in FlameGraphView 2022-07-24 23:19:09 +01:00
SQLStudio Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
UserspaceEmulator LibC: Remove the LibPthread interface target 2022-07-19 11:00:35 +01:00
CMakeLists.txt Playground: Rename the application to GMLPlayground 2022-06-28 21:10:10 +01:00