mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +00:00
When unmarshalling capabilities it is checked, whether a capability with the id was leaking, but this isn't done when creating a thread. Here the capability is transfered indirectly via the thread state object. This patch checks for old leakage capabilities while thread creation.