From 917893f4d31b90bdc3612a6d0fcb52f90efac386 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Sep 2001 09:07:40 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f0c4befc63..8d6941b57e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -3,8 +3,8 @@ * Version 2.0.15. The command `echo a|./fmt -2147483647' would cause fmt to segfault. - * src/fmt.c (fmt_paragraph): Avoid adding to the sentinal length - of INT_MAX. + * src/fmt.c (fmt_paragraph): Test for sentinal directly, rather than + doing arithmetic with it's potentially large (INT_MAX) length. * tests/fmt/basic: Add tests for the above. tail: accept new option: -F, equivalent to `--follow=name --retry', -- 2.47.3