mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
fd7001d020
The 'File_content' utility throws an exception whenever a file happens to get truncated during the reading process. But it silently truncates the data against the specified limit. In practice, exceeding the limit is usually an error case. This patch enhances the 'File_content' utility by throwing 'Truncated_during_read' in the limit-exceeded case as well, in order to ease the diagnosis of such cases. Issue #4788 |
||
---|---|---|
.. | ||
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.