Repository: busybox/findutils who: sandman time: Sat Aug 3 08:49:03 MDT 2002 Log Message: Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and malloc does not clear memory by default (somehow this worked on x86, but not on arm) Files: changed: xargs.c