Re: [PATCH v2] staging: android: ion: Replace strncpy() for stracpy()

2019-09-11 Thread kbuild test robot
Hi Adam, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc8 next-20190904] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Adam-

[PATCH v2] staging: android: ion: Replace strncpy() for stracpy()

2019-09-10 Thread Adam Zerella
Using strncpy() does not always terminate the destination string. stracpy() is a alternative function that does, by using this new function we will no longer need to insert a null separator. Signed-off-by: Adam Zerella --- v2: Remove unnecessary MAX_HEAP_NAME param from stracpy() --- drivers/st