summaryrefslogtreecommitdiffstats
path: root/lib/memcpy_kunit.c
Commit message (Expand)AuthorAgeFilesLines
* kunit/memcpy: Avoid pathological compile-time string sizeKees Cook2022-09-071-1/+1
* string: Introduce strtomem() and strtomem_pad()Kees Cook2022-09-071-4/+55
* string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook2021-10-181-0/+11
* string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook2021-10-181-0/+13
* lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook2021-10-181-0/+265