An error occurred while fetching folder content.
Name | Last commit | Last update |
---|---|---|
.. |
GCC 9 complained about stringop-truncation which is a cautionary message to prevent using strncpy with non-null terminated strings. We can fix this by copying one byte less than the destination size and then manually adding the null termination, as we already do.
Name | Last commit | Last update |
---|---|---|
.. |