Date: Sun, 25 Jan 2004 20:27:22 -0800 (PST) From: Stephen McKay <mckay@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ctm/mkCTM mkctm.c Message-ID: <200401260427.i0Q4RMTK079045@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckay 2004/01/25 20:27:22 PST FreeBSD src repository Modified files: usr.sbin/ctm/mkCTM mkctm.c Log: Use malloc() instead of alloca() to allocate a (potentially) large buffer for storing the "diff -n" output. Some files (eg ports/INDEX,v) are too big nowadays to fit on the stack. Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Revision Changes Path 1.13 +2 -1 src/usr.sbin/ctm/mkCTM/mkctm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401260427.i0Q4RMTK079045>