Module Name: src Committed By: rillig Date: Sat Jun 1 12:17:41 UTC 2024
Modified Files:
src/usr.bin/make: main.c
Log Message:
make: fix variable lifetime when initializing MAKE and .MAKE
The pathbuf buffer is aliased by abspath, which later escapes the block
where the buffer is declared.
To generate a diff of this commit:
cvs rdiff -u -r1.620 -r1.621 src/usr.bin/make/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
