string: Add Kunit tests for strcat() family
authorKees Cook <keescook@chromium.org>
Tue, 4 Apr 2023 22:43:35 +0000 (15:43 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 16 May 2023 21:08:02 +0000 (14:08 -0700)
commit3bf301e1ab85e18ed0e337ce124dc71d6d7b5fd7
tree9531f0db48b4bc1902b9973f7f151eadaf79dd34
parenta9dc8d0442294b426b1ebd4ec6097c82ebe282e0
string: Add Kunit tests for strcat() family

Add tests to make sure the strcat() family of functions behave
correctly.

Signed-off-by: Kees Cook <keescook@chromium.org>
MAINTAINERS
lib/Kconfig.debug
lib/Makefile
lib/strcat_kunit.c [new file with mode: 0644]