mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
os: Slave config with non-zero-terminated strings
This commit is contained in:
parent
76ecfff7b6
commit
9d7270b174
@ -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 **
|
||||
|
Loading…
x
Reference in New Issue
Block a user