https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287357
--- Comment #3 from Ed Maste <[email protected]> --- > usr.bin/bmake/unit-tests/Makefile This one is a false positive, it has both env vars: MAKE_TEST_ENV+= MALLOC_OPTIONS="JA" # for jemalloc 100 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510 We could remove the MALLOC_OPTIONS="JA" setting but it doesn't cause any harm. The MALLOC_CONF should be junk:true,abort:true for consistency between the two, though. -- You are receiving this mail because: You are the assignee for the bug.
