mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
da9e764c47
Fix a use-after-free bug concerning the use case where the config of the init process changes dynamically. The childs' services were not removed from the corresponding Service_registry properly. Fixes #1094