From: Jim Meyering Date: Wed, 12 Sep 2001 09:07:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=917893f4d31b90bdc3612a6d0fcb52f90efac386;p=thirdparty%2Fcoreutils.git *** empty log message *** --- 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',