mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
ebcca179ed
The handling of exceptions during session creation implies freeing and detaching the RAM DS behind the session env and session component. But this was done using the session env located in the same RAM DS, which must lead to problems. Now, the session env from the RAM DS is copied to the stack and the operations are done on this temporary instance instead. Ref #3525 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.