mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-06 18:48:35 +00:00
This patch ensures that priority values passed as session arguments are within the valid range of priorities. Without the clamping, a child could specify a priority of a lower priority band than the one assigned to the subsystem. Thanks to Johannes Schlatow for reporting this issue. Fixes #1279