Module Name: src Committed By: rillig Date: Mon Nov 2 22:44:29 UTC 2020
Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): document undefined behavior in Parse_IsVar Sigh. If only C could be compiled in strict mode that detects these out-of-bounds memory accesses. To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/usr.bin/make/parse.c cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/varname.exp cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/varname.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.