Module Name: src Committed By: rillig Date: Sun Sep 27 13:18:30 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: Makefile export.mk Log Message: make(1): run tests with jemalloc debugging enabled This protects against very simple memory allocation bugs such as migrating Lst_ForEachUntil to Lst_ForEach without remembering that Lst_ForEachUntil can handle the situation where the current list node is removed from the list, but Lst_ForEach cannot. This happens in Make_ExpandUse, for example. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/export.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.