mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-13 18:56:13 +00:00
Add a test module for the new strscpy_pad() function. Tie it into the kselftest infrastructure for lib/ tests. Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Tobin C. Harding <tobin@kernel.org> Signed-off-by: Shuah Khan <shuah@kernel.org>
3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
$(dirname $0)/../kselftest_module.sh "strscpy*" test_strscpy
|