Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-27 | test: Fix size_t formats in strlcat test | Simon Glass | |
Some of the printf() formats do not match their types. Fix this. Reported-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> | |||
2021-04-12 | test: Add test for strlcat | Sean Anderson | |
This test is adapted from glibc, which is very concerned about alignment. It also tests strlcpy by dependency. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |