SerenityOS build: Monday, August 15
Images 💾⌗
- serenity-i686-20220815-4edae21.img.gz (Raw image, 128.01 MiB)
- serenity-i686-20220815-4edae21.vdi.gz (VirtualBox VDI, 127.83 MiB)
Last commit ⭐⌗
commit 4edae21bd13ea17290990f2730670f7fd035b18f
Author: Idan Horowitz <idan.horowitz@gmail.com>
AuthorDate: Mon Aug 15 01:32:45 2022 +0300
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Mon Aug 15 02:42:28 2022 +0200
Kernel: Remove regions from the region tree after failing to map them
At the point at which we try to map the Region it was already added to
the Process region tree, so we have to make sure to remove it before
freeing it in the mapping failure path, otherwise the tree will contain
a dangling pointer to the free'd instance.
Other builds