mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 22:15:32 +00:00
Genode::strncpy() enures the destination string is null terminated by writing a null-byte. In this case, the null-bytes always overwrote the last character of the output byte stream.