mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
This patch fixes a problem in the non-const 'for_each' method of the 'Registry' data structure. If an exception was thrown from within the functor of the 'for_each' operation, the not yet processed items of the registry were dropped from the registry, which is not expected.
This directory contains all source codes.