https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287357
--- Comment #1 from Ed Maste <[email protected]> --- contrib/ and crypto/ will need to be addressed via upstream projects (bmake, NetBSD's tests, OpenSSH) - bin/sh/tests/execution/func1.0:MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' && - bin/sh/tests/execution/func1.0:MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g' - tools/regression/bpf/bpf_filter/Makefile: @-env MALLOC_OPTIONS=J ${.CURDIR}/${TEST} These should become MALLOC_CONF=junk:true - usr.bin/bmake/unit-tests/Makefile:MAKE_TEST_ENV+= MALLOC_OPTIONS="JA" # for jemalloc 100 MALLOC_CONF=junk:true,abort:true (but not clear why this is a bespoke bmake test, not in contrib/bmake) - share/doc/papers/malloc/implementation.ms:.B MALLOC_OPTIONS Old doc reference, proposed removing this old documentation in https://reviews.freebsd.org/D50908 -- You are receiving this mail because: You are the assignee for the bug.
