Subject: Re: CVS commit: src/usr.bin/make
To: David Laight <david@l8s.co.uk>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 10/12/2007 21:28:58
On Oct 13, 12:38am, david@l8s.co.uk (David Laight) wrote:
-- Subject: Re: CVS commit: src/usr.bin/make

| On Fri, Oct 12, 2007 at 11:07:05PM +0000, Christos Zoulas wrote:
| > 
| > Module Name:	src
| > Committed By:	christos
| > Date:		Fri Oct 12 23:07:05 UTC 2007
| > 
| > Modified Files:
| > 	src/usr.bin/make: job.c
| > 
| > Log Message:
| > improve on previous
| 
| I think that is the same as the previous one I tried - which core dumps
| because (I think) Var_Subst() writes into its input buffer.
| 
If that is the case we should fix Var_Subst not to lie about the var
being const... I see the core-dump too, but I cannot get gdb to give
me a useful stack trace.

christos