CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/27 13:33:58
Modified files:
regress/lib/libc/strlcat: strlcattest.c
regress/lib/libc/strlcpy: strlcpytest.c
Log message:
Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.
This makes the test pass on sparc64 where the compiler may otherwise
store the variable in the strlcpy/strlcat function's delay slot.
OK kettenis@
