Date: Sat, 13 Apr 2002 12:36:47 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make str.c Message-ID: <200204131936.g3DJamr68672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/04/13 12:36:47 PDT
Modified files:
usr.bin/make str.c
Log:
Revision 1.17 seems to break a subsequent buildworld (i.e. with the new
make installed) in gnu/usr.bin/groff/src/preproc/eqn (which, being a
build tool itself, is built with the original make during buildworld).
The problem seems to be that in str_concat(), the string is not
terminated when the length of the second string is 0.
This apparently can happen during null suffix rule processing.
Submitted by: tmm
Revision Changes Path
1.19 +5 -2 src/usr.bin/make/str.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204131936.g3DJamr68672>
