Package: coreutils
Version: 8.26-3
Severity: normal
Tags: patch

dd if=/dev/urandom of=bitbag count=33 bs=$((1024*1024))
echo bitbag | cpio -o -H crc  > test.cpio
$(cd tmpdir; cpio -i < ../test.cpio)
cpio: bitbag: checksum error (0x106ed91f7, should be 0x6ed91f7)

The checksums are similar, but the left checksum has a leading '1', hence
exceeds a 32bit value

the bug has a fix upstream, but is not yet included in 2.11
http://lists.gnu.org/archive/html/bug-cpio/2012-02/msg00004.html
http://lists.gnu.org/archive/html/bug-cpio/2005-10/msg00013.html



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages coreutils depends on:
ii  libacl1      2.2.52-3+b1
ii  libattr1     1:2.4.47-2+b2
ii  libc6        2.24-10
ii  libselinux1  2.6-3+b1

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information

Reply via email to