Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linuxkpi: Add
strscpy_pad()
to <linux/string.h>
It's the same as `strscpy()` except that it fills the rest of the destination buffer with zeroes if the source buffer is shorter. Reviewed by: manu Approved by: manu
- Loading branch information