kientzle 2004/04/13 16:49:02 PDT
FreeBSD src repository
Modified files:
usr.bin/tar util.c
Log:
Eliminate a lot of malloc/free calls by using
a stack-allocated buffer for safe_fprintf formatting.
Only if the result is too large do we resort to malloc.
Revision Changes Path
1.2 +11 -4 src/usr.bin/tar/util.c