CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/05/29 23:07:03

Modified files:
        regress/lib/libc/strlcpy: Makefile 

Log message:
Disable builtins in strlcpytest.c. Otherwise, clang w/ optimizations
enabled will treat strlcpy(NULL, ...) as undefined behavior and optimize
the invocation away.

Regression introduced after the llvm 22 upgrade.

Reply via email to