Re: [PATCH] greybus: fw-management: Replace strncpy with strlcpy

2017-02-21 Thread Tobin Harding
On Thu, Feb 16, 2017, at 03:03 PM, Viresh Kumar wrote: > Hi Tobin, > > On Wed, Feb 15, 2017 at 5:39 AM, Tobin C. Harding wrote: > > Greybus currently uses strncpy() coupled with a check for '\0' on the > > last byte of various buffers. strncpy() is passed size parameter equal > > to the size of t

Re: [PATCH] staging: lustre: llite: kzalloc/copy_to_user to memdup_user

2016-05-22 Thread Tobin Harding
al, the gma_display changes should not have been committed on this branch. > It's kind of obvious you didn't build this :( Epic fail. > Please be more careful in the future. > > greg k-h I am humbly attempting to learn the way of kernel dev, thank you for your pati