mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
95639a7492
The plugin used to close file handles via the 'vfs_env.root_dir.close'. However, this lead to resource leaks and apparently isn't the right way to do it. Other VFS plugins do it by calling 'close' directly on the handle and doing it in the trust anchor plugin also, fixes the leaks. Ref #4032 |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.