mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os: Slave config with non-zero-terminated strings
This commit is contained in:
@@ -97,6 +97,11 @@ namespace Genode {
|
||||
_config_policy.load(config, Genode::strlen(config) + 1);
|
||||
}
|
||||
|
||||
void configure(char const *config, size_t len)
|
||||
{
|
||||
_config_policy.load(config, len);
|
||||
}
|
||||
|
||||
|
||||
/****************************
|
||||
** Child_policy interface **
|
||||
|
||||
Reference in New Issue
Block a user