1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 23:08:17 +02:00
Files
coreutils/src
Pádraig Brady 3fb0cc80fa pr: fix infinite loop when double spacing
* src/pr.c (init_parameters): Ensure we avoid a 0 lines_per_body
which was possible when adjusting for double spacing.
That caused print_page() to always return true,
causing an infinite loop.
* tests/pr/pr-tests.pl: Add a test case.
* NEWS: Mention the fix.
Fixes https://bugs.debian.org/1034808
2023-04-25 14:18:35 +01:00
..
2023-03-28 01:53:06 -07:00
2023-03-23 12:36:53 +00:00
2023-03-28 14:24:29 +01:00
2023-01-05 12:47:41 -08:00
2023-03-01 19:27:36 +00:00
2023-04-25 14:18:35 +01:00
2023-03-01 19:27:36 +00:00
2023-04-08 12:19:40 +01:00