mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-03 01:21:43 +00:00
There were two bugs. First, the caller of Kernel::await_signal wasn't re-activated for scheduling. Second, the caller did not memorize that he doesn't wait on a receiver anymore which had bad side effects on further signal handling. Fix #1459