Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For util functions called with a buffer and length parameter we should use strlcpy() instead of strncpy(), as those functions are called with sizeof(buffer) as parameter. Signed-off-by: Daniel Golle <[email protected]>
- Loading branch information