MALLOC_OPTIONS=J -> MALLOC_CONF=junk:true PR: 287357 Event: Kitchener-Waterloo Hackathon 202506 Sponsored by: The FreeBSD Foundation
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Seems fine.
There's also a couple of occurences of MALLOC_OPTIONS in contrib code (bmake, openssh (they just don't support MALLOC_CONF in their configure.ac)), I guess you want to handle separately (or not right now)?
Seems we could change also usr.bin/bmake/unit-tests/Makefile (not contrib).
Comment Actions
The PR has a list -- usr.bin/bmake/unit-tests/Makefile has both MALLOC_CONF and MALLOC_OPTIONS set so it's fine, although inconsistent between the two.