Files
coreutils/tests
dann frazier 73d119f4f8 tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZ
* src/tail.c (file_lines): Ensure we use a buffer size >= PAGE_SIZE when
searching backwards to avoid seeking within a file,
which on sysfs files is accepted but also returns no data.
* tests/tail/tail-sysfs.sh: Add a new test.
* tests/local.mk: Reference the new test.
* NEWS: Mention the bug fix.
Fixes https://bugs.gnu.org/67490
2023-12-01 23:01:32 +00:00
..
2023-11-16 11:37:25 -08:00
2023-04-16 16:11:20 +01:00
2023-11-16 11:37:25 -08:00
2023-08-19 16:45:17 +01:00
2023-09-23 00:28:27 -07:00