From owner-cvs-gnu Mon Mar 18 15:08:38 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10771 for cvs-gnu-outgoing; Mon, 18 Mar 1996 15:08:38 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10754 Mon, 18 Mar 1996 15:08:31 -0800 (PST) Date: Mon, 18 Mar 1996 15:08:31 -0800 (PST) From: Joerg Wunsch Message-Id: <199603182308.PAA10754@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cpio copyin.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/18 15:08:30 Modified: gnu/usr.bin/cpio copyin.c Log: Fix an infinite loop for empty files in the archive, and handle sparsely stored linked files correctly. Submitted by: haug@conterra.com (Brian R. Haug) Revision Changes Path 1.4 +34 -3 src/gnu/usr.bin/cpio/copyin.c