mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
The Interface constructor previously tried to attach to a domain. This might include sending a DHCP request to get the domain a valid IP config. But in order to achieve this, the constructor used a pure virtual method of Interface which crashes due to the unfinished vtable. To fix this bug, the attach attempt was moved to a new Interface::init method. Issue #2730
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.