Module Name: src Committed By: rillig Date: Sat Apr 10 22:40:34 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: fix out-of-bounds read in Var_Parse_FastLane (since 30 minutes) This bug made the test varmod-edge.mk fail sometimes with varying error messages, as can be expected for an out-of-bounds read. To generate a diff of this commit: cvs rdiff -u -r1.914 -r1.915 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.