mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10:56 +00:00
The seek offset has to be updated on partial writes according to the current write position. Otherwise writes will override the content at the initial offset. Fixes #3780.