aboutsummaryrefslogtreecommitdiff
path: root/lib/strcat_kunit.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-16string: Add Kunit tests for strcat() familyKees Cook1-0/+104
Add tests to make sure the strcat() family of functions behave correctly. Signed-off-by: Kees Cook <[email protected]>