Date: Wed, 2 Mar 2005 15:52:04 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make var.c Message-ID: <200503021552.j22Fq4Gg081687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-02 15:52:04 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Move the check for the error case (variable ends without a closing paranthesis or brace) into the loop and don't leak the buffer in this case. Remove the check for Var_Parse returning NULL - it can't. Patch: 7.92 Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.103 +17 -18 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021552.j22Fq4Gg081687>