mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
Removing a Cap_index from Capability_map in core can happen twice, via Cap_session_component or destructor of a Cap_mapping. That it's checked whether the index is part of the map before removing it. This patch puts the check into the remove method, so both operations are within the same lock context, to remove a race condition. This is a follow up fix for commit d287b9d89387d8d307c11594413d7ab47429827f
This repository contains the port of Genode to the Fiasco.OC microkernel. For further information, please refer to the following documents: :[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]: This Wiki page contains the information on how to build and use Genode with Fiasco.OC. :[http://os.inf.tu-dresden.de/fiasco]: Official website for the Fiasco.OC microkernel.