mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-25 13:29:56 +00:00
This catches bugs early on. E.g., when leaving an 'Allocation' unused, it gets immediately deallocated, which is most probably not intended. For regular 'Attempt' objects, this change encourages the proper propagation of errors, or at least the logging of unexpected conditions. Fixes #5513