CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/09/01 03:26:32
Modified files:
regress/lib/libc/env: envtest.c
regress/lib/libc/strchr: strchrtest.c
regress/lib/libc/strlcat: strlcattest.c
regress/lib/libc/strlcpy: strlcpytest.c
regress/lib/libc/strnlen: strnlentest.c
Log message:
remove manual fiddling with MALLOC_OPTIONS from libc regress tests
these options should be set globally (sysctl) when running regress as opposed
to having
individual tests set it, barring a few specific exceptions.
ok bluhm@