Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/26/1998 11:30:02
christos
Thu Mar 26 14:20:38 EST 1998
Update of /cvsroot/src/usr.bin/make
In directory nb00:/tmp/cvs-serv21784

Modified Files:
	compat.c job.c job.h main.c make.c nonints.h str.c var.c 
Log Message:
PR/5210: Hauke Fath: make core dumps with .SHELL
Unfortunately this revealed a deeper problem with the brk_string code.
To fix it:
	- remove sharing of the buffer between brk_string invocations
	- change the semantics of brk_string so that the argument array
	  starts with 0, and return the buffer where the strings are
	  stored