cvs commit: src/usr.bin/make
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 12 13:47:52 PST 2004
dillon 2004/11/12 13:46:09 PST
DragonFly src repository
Modified files:
usr.bin/make job.c
Log:
The strings package passes back a pointer via brk_string() to internal
memory, it should not be deallocated. The memory is allocated in str_init()
and release in str_end() which are only called in main().
Submitted-by: Max Okumoto <okumoto at home>
Taken-from: FreeBSD/1.22
Revision Changes Path
1.6 +0 -6 src/usr.bin/make/job.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list