Patch-ID# 100556-02
Keywords: cpio, data, corruption, link, inode
Synopsis: SunOS 4.1;4.1.1;4.1.2: cpio data corruption when 2 inodes have same value
Date: 8/Apr/92
 
SunOS release: 4.1, 4.1.1, 4.1.2
 
Topic: cpio header format allows only 16 bytes for inode number.
 
BugId's fixed with this patch:  1043181

Architectures for which this patch is available: sun3, sun4

Patches which may conflict with this patch:  

Obsoleted by:

Problem Description: 

	Data loss when using cpio copy-in under specific conditions with
	2 files each having more than 1 link each are copied-out and the
	inodes of these 2 files are the "same" when looking at the lower
	16 bits.  When these files are copied-in, these filenames are all
	linked to the same file, i.e., the data from one of the original
	files has been silently lost.

INSTALL:

	As root, make a backup copy of cpio:

	mv /usr/bin/cpio /usr/bin/cpio.fcs
	
	Now install the patched version of cpio:

	mv `arch`/{4.1,4.1.1,4.1.2}/cpio /usr/bin/cpio
	chown root.staff /usr/bin/cpio
	chmod 755 /usr/bin/cpio


ADDENDUM:
Version -02 created to include 4.1 patch.
