cvs commit: src/usr.bin/tar bsdtar.c
Tim Kientzle
kientzle at FreeBSD.org
Sun Aug 10 07:14:49 UTC 2008
kientzle 2008-08-10 07:14:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.bin/tar bsdtar.c
Log:
SVN rev 181512 on 2008-08-10 07:14:38Z by kientzle
MFC r179131 | cperciva | 2008-05-19 11:38:01 -0700 (Mon, 19 May 2008)
Avoid a call to malloc(0) when invoked as 'tar ""'. This avoids a bizarre
error message when malloc() is set to System V mode (malloc(0) == NULL).
Revision Changes Path
1.77.2.11 +2 -2 src/usr.bin/tar/bsdtar.c
More information about the cvs-src
mailing list