Module Name: src Committed By: rillig Date: Thu Dec 31 14:10:04 UTC 2020
Modified Files: src/usr.bin/make: for.c Log Message: make(1): fix undefined behavior in SubstVarLong A memcmp implementation that would check the start and end pointers first would have detected this possible out-of-bounds memory read. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/usr.bin/make/for.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.