Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vis: use strncpy to copy into fixed sized buffer
In practice this was never an issue also it is guaranteed that the terminating zero byte is already there. Fixes coverity issue 157023.
- Loading branch information