mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +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.