cvs commit: src/usr.sbin/ctm/mkCTM mkctm.c
Stephen McKay
mckay at FreeBSD.org
Sun Jan 25 20:27:23 PST 2004
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 at math.missouri.edu>
Revision Changes Path
1.13 +2 -1 src/usr.sbin/ctm/mkCTM/mkctm.c
More information about the cvs-src
mailing list