From: Prashant Bhole <[email protected]> Date: Wed, 6 Dec 2017 10:47:04 +0900
> t_name cannot be NULL since it is an array field of a struct. > Replacing null check on static array with string length check using > strnlen() > > Signed-off-by: Prashant Bhole <[email protected]> Applied, thank you.
