Date: Wed, 23 Oct 2002 21:10:56 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c Message-ID: <200210240410.g9O4Au3U062491@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/10/23 21:10:56 PDT Modified files: usr.bin/make var.c Log: Duplicate the variable name in the v->name field, as otherwise it points to data that will be modified. And do the appropriate thing now and free the v->name buffer along with other relinquished memory. XXX There is duplication here of destroying a Var, which is probably bogus, and probably missed in a few places. Revision Changes Path 1.36 +3 -1 src/usr.bin/make/var.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?200210240410.g9O4Au3U062491>