From owner-cvs-src@FreeBSD.ORG Sun Jul 25 04:15:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA8D16A4CF; Sun, 25 Jul 2004 04:15:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B47543D31; Sun, 25 Jul 2004 04:15:51 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6P4Fp1T019942; Sun, 25 Jul 2004 04:15:51 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6P4Fpl5019941; Sun, 25 Jul 2004 04:15:51 GMT (envelope-from kientzle) Message-Id: <200407250415.i6P4Fpl5019941@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 25 Jul 2004 04:15:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c read.c util.c write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 04:15:51 -0000 kientzle 2004-07-25 04:15:51 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c read.c util.c write.c Log: A bunch of style and security fixes (error checking return values, etc), mostly from: Tim J Robbins Revision Changes Path 1.43 +13 -5 src/usr.bin/tar/bsdtar.c 1.16 +9 -6 src/usr.bin/tar/read.c 1.10 +4 -2 src/usr.bin/tar/util.c 1.29 +44 -22 src/usr.bin/tar/write.c