mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
fde93c3284
In general, requesting a dataspace from a server twice is no good idea. The server might react in a unrecoverable fashion. E.g. the rom_fs service always throws away the corresponding dataspace from the first call of dataspace(), and constructs a new one.