Module Name: src Committed By: rillig Date: Sun Dec 5 15:51:33 UTC 2021
Modified Files: src/usr.bin/make/unit-tests: varmod-loop-delete.mk Log Message: tests/make: document use-after-free in ':@' more precisely The commit message from the previous commit was misleading. This bug had not been introduced in 2016.02.27.16.20.06 (which was entirely unrelated) but rather in 2016.02.18.23.33.25. The commit 2016.02.27.16.20.06 just happened to be the first one from my make-archive that triggered the bug. That's because I had only checked out the last commit from each month, to save some disk space. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/varmod-loop-delete.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.