Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable invalid warning about use of strncpy()
GCC 10+ is producing a warning that strncpy() may truncate without valid nul termination, however, the code is easily checked that nul termination is added immediately afterwards. Signed-off-by: Loren M. Lang <[email protected]> Signed-off-by: Aaron Conole <[email protected]>
- Loading branch information