Date: Mon, 28 Feb 2005 15:01:38 +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: <200502281501.j1SF1cM5029582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-28 15:01:38 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Don't modify the input string in VarParseLong(). It is not necessary to NUL-terminated it, because we know the lengths from the pointers. Patch: 7.80 Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.95 +6 -15 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502281501.j1SF1cM5029582>