Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 10/09/2007 05:55:04
Module Name: src
Committed By: sjg
Date: Tue Oct 9 05:55:04 UTC 2007
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: test.exp
Log Message:
Fix an off-by-one error in handing mal-formed modifiers.
The issue seems to have been present for some time, only showed up
when running unit-tests on SunOS.
Make sure we get an error message, but otherwise behave as before.
To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/usr.bin/make/var.c
cvs rdiff -r1.20 -r1.21 src/usr.bin/make/unit-tests/test.exp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.