Re: [PATCH v3 7/7] lib: Add test module for strscpy_pad

2019-04-02 Thread Kees Cook
On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding wrote: > > Add a test module for the new strscpy_pad() function. Tie it into the > kselftest infrastructure for lib/ tests. > > Signed-off-by: Tobin C. Harding Yay! :) Acked-by: Kees Cook -Kees > --- > lib/Kconfig.debug |

[PATCH v3 7/7] lib: Add test module for strscpy_pad

2019-03-06 Thread Tobin C. Harding
Add a test module for the new strscpy_pad() function. Tie it into the kselftest infrastructure for lib/ tests. Signed-off-by: Tobin C. Harding --- lib/Kconfig.debug | 3 + lib/Makefile | 1 + lib/test_strscpy.c | 150 +++