mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-16 23:43:11 +00:00
You cannot check an unsigned size_t variable for underflow, so I changed the code to first check if an underflow would occur before performing the subtraction. Fixes #489.
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.