mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-06 01:36:28 +02:00
fb543b6b82
Problem reported by Ionut Nicula in: https://bugs.gnu.org/70477 * src/tail.c (tail_bytes): Do not loop forever on commands like 'tail -c 4096 /dev/zero'. * tests/tail/tail-c.sh: Test this fix.