Re: [PATCH 0/6] lib: Add safe string funtions

2019-02-20 Thread Tobin C. Harding
On Wed, Feb 20, 2019 at 03:31:07PM -0800, Kees Cook wrote: > On Mon, Feb 18, 2019 at 3:24 PM Tobin C. Harding wrote: > > During your talk at LCA you mentioned that we could do with a couple > > more safe string functions. One to zero the tail of the destination > > buffer after call to strscpy()

Re: [PATCH 0/6] lib: Add safe string funtions

2019-02-20 Thread Kees Cook
On Mon, Feb 18, 2019 at 3:24 PM Tobin C. Harding wrote: > During your talk at LCA you mentioned that we could do with a couple > more safe string functions. One to zero the tail of the destination > buffer after call to strscpy() and also the self explanatory > strscpy_from_user(). Thanks for ju

[PATCH 0/6] lib: Add safe string funtions

2019-02-18 Thread Tobin C. Harding
No file maintainer, CC'ing all those who touched this file :) And Shua for kselftest stuff. Hi Kess, During your talk at LCA you mentioned that we could do with a couple more safe string functions. One to zero the tail of the destination buffer after call to strscpy() and also the self explanat