mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 17:21:13 +00:00
bf158017da
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.