Patch-ID# 101207-01 Keywords: trash, over, files, lose, length, zero, space, disk, compress, uncompress, quota, CTE6169 Synopsis: SunOS 4.1.3: Using compress/uncompress while over your quota can trash files Date: Sep/08/93 SunOS Release: 4.1.3, 4.1.3C Unbundled Product: Unbundled Release: Relevant Architectures: sparc BugId's fixed with this patch: 1133789 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: compress Problem Description: 1133789 On an NFS-mounted filesystem with quotas enabled, if a file is compressed or uncompressed such that quotas are exceeded, the original file is deleted and an inconsistent output file is left. Patch Installation Instructions: Login as root. mv /usr/ucb/compress /usr/ucb/compress.FCS mv /usr/ucb/uncompress /usr/ucb/uncompress.FCS cp compress /usr/ucb/compress chown root.staff /usr/ucb/compress chmod 755 /usr/ucb/compress ln /usr/ucb/compress /usr/ucb/uncompress