git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

Li-Wen Hsu lwhsu at freebsd.org
Tue Feb 9 14:00:32 UTC 2021


On Tue, Feb 9, 2021 at 3:15 AM Mateusz Guzik <mjg at freebsd.org> wrote:
>
> The branch main has been updated by mjg:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d
>
> commit 81e074d57dfcd86f152e2848dc44b77087ee7a2d
> Author:     Mateusz Guzik <mjg at FreeBSD.org>
> AuthorDate: 2021-02-07 19:50:25 +0000
> Commit:     Mateusz Guzik <mjg at FreeBSD.org>
> CommitDate: 2021-02-08 19:15:21 +0000
>
>     libkern: use compiler builtins for strcpy, strcmp and strlen
> ---
>  sys/sys/libkern.h | 4 ++++
>  1 file changed, 4 insertions(+)

Hi,

I suspect this or other commits in:
https://ci.freebsd.org/job/FreeBSD-main-amd64-test/17500/changes

breaks this test:
https://ci.freebsd.org/job/FreeBSD-main-amd64-test/17500/testReport/lib.libc.gen/setdomainname_test/setdomainname_basic/

Can you help check if the code or the test case needs to be fixed?

Thanks,
Li-Wen


More information about the dev-commits-src-main mailing list