Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/24/2005 03:26:03
Module Name:	src
Committed By:	christos
Date:		Sun Apr 24 03:26:03 UTC 2005

Modified Files:
	src/bin/pax: buf_subs.c

Log Message:
PR/20228: Simon Burge: pax has problems reading a particular cpio archive
The problem here is that the archive is too short (< 512 bytes). The
buffer routines, try to read at least 512 bytes, even when we try to determine
what format file we have, which is wrong.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/bin/pax/buf_subs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.