mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
8f42b58b53
In the cap-session component in core when freeing a capability, the corresponding kernel object should be unmapped from all processes and core. Until now, the unmap operation for removing the kernel object didn't worked because of using the wrong rights-map. This patch fixes it. The re-use of capabilities introduced by the last patch triggered this problem because its essential for the capability-registry to detect invalidated capabilities.
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.