Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 05/08/2001 18:15:55
Module Name:	basesrc
Committed By:	aymeric
Date:		Tue May  8 15:15:55 UTC 2001

Modified Files:
	basesrc/usr.bin/make: suff.c

Log Message:
Fix core dump triggered by a .DEFAULT target with no commands.
Bug reported privately by Nicolas Ollinger <ollinger@rip.ens-cachan.fr>.

You can trigger this bug prior to updating your sources with for example:
% cat > Makefile <<EOF
.DEFAULT:
a
EOF
% make


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/usr.bin/make/suff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.