Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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
Home |
Main Index |
Thread Index |
Old Index