mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-10 17:09:33 -04: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.