Op 17/05/2013 10:07, Chen Gang schreef:

'name' has already set all zero when it is defined, so not need let
strncpy() to pad it again.

'name' is a string, better always let is NUL terminated, so use
strlcpy() instead of strncpy().


Signed-off-by: Chen Gang <[email protected]>
Acked-by: Bart De Schuymer <[email protected]>


Reply via email to