mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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