From owner-cvs-src@FreeBSD.ORG Wed Oct 12 03:27:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 74E2216A41F; Wed, 12 Oct 2005 03:27:46 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D6543D45; Wed, 12 Oct 2005 03:27:46 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9C3Rk5a095312; Wed, 12 Oct 2005 03:27:46 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9C3Rkej095311; Wed, 12 Oct 2005 03:27:46 GMT (envelope-from kientzle) Message-Id: <200510120327.j9C3Rkej095311@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 12 Oct 2005 03:27:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2005 03:27:46 -0000 kientzle 2005-10-12 03:27:46 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: When reading GNU-style sparse archive entries, handle the first sparse block correctly (we used to assume that the first sparse block was always at offset zero). Revision Changes Path 1.37 +18 -8 src/lib/libarchive/archive_read_support_format_tar.c