Date: Fri, 14 Mar 2008 22:40:36 +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/lib/libarchive archive_entry.c Message-ID: <200803142240.m2EMeaA1042823@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-03-14 22:40:36 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Let archive_entry_clear() accept a NULL pointer and simply do nothing. In particular, this allows archive_entry_free() to work correctly for a NULL pointer, which makes it parallel with free(3). Revision Changes Path 1.48 +2 -0 src/lib/libarchive/archive_entry.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803142240.m2EMeaA1042823>