SerenityOS build: Monday, July 25
Images 💾⌗
- serenity-i686-20220725-c2a1817.vdi.gz (VirtualBox VDI, 127.57 MiB)
- serenity-i686-20220725-c2a1817.img.gz (Raw image, 127.75 MiB)
Last commit ⭐⌗
commit c2a1817c704a2e7109c823c8b847731e12f647e9
Author: David Smith <davsm2@yahoo.se>
AuthorDate: Sun Jul 24 22:46:03 2022 +0200
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sun Jul 24 23:19:09 2022 +0100
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.
Other builds