Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.This makes the test pass on sparc64 where the compiler may otherwisestore the variable in the strlcpy/strlcat function's delay
Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.This makes the test pass on sparc64 where the compiler may otherwisestore the variable in the strlcpy/strlcat function's delay slot.OK kettenis@
show more ...
remove manual fiddling with MALLOC_OPTIONS from libc regress teststhese options should be set globally (sysctl) when running regress as opposed to havingindividual tests set it, barring a few spec
remove manual fiddling with MALLOC_OPTIONS from libc regress teststhese options should be set globally (sysctl) when running regress as opposed to havingindividual tests set it, barring a few specific exceptions.ok bluhm@
I am retiring my old email address; replace it with my OpenBSD one.
Fill the buffer with 'z' instead of 'a' since 'a' is part of thestring we are testing.Add tests to verify that we get SIGSEGV when passed a NULL src or dst.It is better to crash than for an implem
Fill the buffer with 'z' instead of 'a' since 'a' is part of thestring we are testing.Add tests to verify that we get SIGSEGV when passed a NULL src or dst.It is better to crash than for an implementation to check for NULLand try to recover.
Add simple strlcpy regress