Date: Sun, 10 Aug 2008 07:14:38 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100714.m7A7EnJH045902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808100714.m7A7EnJH045902>