Issued:
2011-05-19
Updated:
2011-05-19

RHBA-2011:0787 - squashfs-tools bug fix update


Synopsis

squashfs-tools bug fix update

Type/Severity

Bug Fix Advisory (none)

Topic

An updated squashfs-tools package that fixes two bugs is now available.

Description

Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs file systems.

  • A glibc update exposed a coding error in mksquashfs. This error resulted in dracut hanging while booting the Red Hat Enterprise Virtualization Hypervisor from PXE/CDROM/USB and an invalid LiveCD image being produced. The lines "memcpy(data_cache, data_cache + SQUASHFS_METADATA_SIZE," and "memcpy(directory_data_cache, directory_data_cache +" were changed respectively to "memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE," and "memmove(directory_data_cache, directory_data_cache +", thus a Red Hat Enterprise Virtualization Hypervisor boot from PXE/CDROM/USB now successfully completes without hanging during a boot. (BZ#676774)

  • An error in unsquashfs code caused it to abort with "FATAL ERROR aborting: failed to read fragment table" during attempts to read a v3 image. The line "return;"is changed to "return TRUE;", thus unsquashfs is now able to read v3 images. (BZ#655952)

Users are advised to upgrade to this updated squashfs-tools package which resolves these issues.

Solution

Before applying this update, make sure all previously-released errata relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at This content is not included.http://kbase.redhat.com/faq/docs/DOC-11259

Affected Products

ProductVersionArch
Red Hat Enterprise Linux for Scientific Computing6x86_64
Red Hat Enterprise Linux for Power, big endian6ppc64
Red Hat Enterprise Linux for IBM z Systems6s390x
Red Hat Enterprise Linux Workstation6x86_64
Red Hat Enterprise Linux Workstation6i386
Red Hat Enterprise Linux Server6x86_64
Red Hat Enterprise Linux Server6i386
Red Hat Enterprise Linux Server from RHUI6x86_64
Red Hat Enterprise Linux Server from RHUI6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems)6s390x
Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems)6s390x
Red Hat Enterprise Linux Desktop6x86_64
Red Hat Enterprise Linux Desktop6i386

Updated Packages

  • squashfs-tools-debuginfo-4.0-5.el6.i686.rpm
  • squashfs-tools-debuginfo-4.0-5.el6.x86_64.rpm
  • squashfs-tools-debuginfo-4.0-5.el6.s390x.rpm
  • squashfs-tools-4.0-5.el6.s390x.rpm
  • squashfs-tools-debuginfo-4.0-5.el6.ppc64.rpm
  • squashfs-tools-4.0-5.el6.src.rpm
  • squashfs-tools-4.0-5.el6.i686.rpm
  • squashfs-tools-4.0-5.el6.x86_64.rpm
  • squashfs-tools-4.0-5.el6.ppc64.rpm

Fixes

CVEs

(none)

References

(none)


Additional information