From owner-cvs-all@FreeBSD.ORG Sat Nov 13 10:56:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F1316A4CE; Sat, 13 Nov 2004 10:56:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C753643D45; Sat, 13 Nov 2004 10:56:35 +0000 (GMT) (envelope-from yar@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 iADAuZLA085001; Sat, 13 Nov 2004 10:56:35 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iADAuZf2085000; Sat, 13 Nov 2004 10:56:35 GMT (envelope-from yar) Message-Id: <200411131056.iADAuZf2085000@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 13 Nov 2004 10:56:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/pax tar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 10:56:36 -0000 yar 2004-11-13 10:56:35 UTC FreeBSD src repository Modified files: bin/pax tar.c Log: Fix off-by-one errors and potential buffer overruns WRT handling file and link names that reach the allowed maximum for old tar and ustar archive formats. PR: bin/40466 Submitted by: Cyrille Lefevre (portions) Reviewed by: freebsd-arch (silence) MFC after: 1 month Revision Changes Path 1.24 +30 -18 src/bin/pax/tar.c