Red Hat Bugzilla – Bug 1415081
cpio fails with checksum error larger files >~200M
Last modified: 2018-04-10 06:07:50 EDT
+++ This bug was initially created as a clone of Bug #1001965 +++ Description of problem: cpio with crc format fails to verfy chjecksums and also can't extract the files. This happens with files > ~200M (didn't see it with smaller ones). Version-Release number of selected component (if applicable): Version : 2.11 Release : 24.el7 Architecture: x86_64 How reproducible: Always Steps to Reproduce: 1. Run: dd if=/dev/urandom of=rand bs=1M count=300 echo rand | cpio --create --format=crc --verbose > rand.cpio cpio --extract --only-verify-crc < rand.cpio Actual results: cpio fails with checksum error: rand 614401 blocks cpio: rand: checksum error (0x9568bd204, should be 0x568bd204) 614401 blocks Expected results: cpio doesn't get a checksum error Additional info: This issue does not exist in F24. Name : cpio Version : 2.12 Release : 3.fc24 Architecture: x86_64 Following commit is missing in the RHEL version: * Mo Sep 30 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-24 - properly trim "crc" checksum to 32 bits (#1001965) <===== - remove unneeded patch for config.gues/config.sub (#951442) - allow treat read() errors (#996150)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0693