Re: [PATCH v2 3/5] test: Add test for strlcat

2021-04-13 Thread Tom Rini
On Thu, Mar 11, 2021 at 12:15:43AM -0500, Sean Anderson wrote: > This test is adapted from glibc, which is very concerned about alignment. > It also tests strlcpy by dependency. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.a

Re: [PATCH v2 3/5] test: Add test for strlcat

2021-03-24 Thread Simon Glass
Hi Sean, On Thu, 11 Mar 2021 at 18:15, Sean Anderson wrote: > > This test is adapted from glibc, which is very concerned about alignment. > It also tests strlcpy by dependency. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > > test/lib/Makefile | 1 + > test/lib/strlcat.c