aboutsummaryrefslogtreecommitdiffstats
path: root/lib/memcpy_kunit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07kunit/memcpy: Avoid pathological compile-time string sizeKees Cook1-1/+1
2022-09-07string: Introduce strtomem() and strtomem_pad()Kees Cook1-4/+55
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook1-0/+11
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook1-0/+13
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook1-0/+265