diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-12 09:07:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-12 09:07:40 +0000 |
commit | 917893f4d31b90bdc3612a6d0fcb52f90efac386 (patch) | |
tree | 13b815de654d1cd435387017c9d735ad0f68197a | |
parent | 63a52bbb4c435e66c34d254e591dfc9aae195a47 (diff) | |
download | coreutils-917893f4d31b90bdc3612a6d0fcb52f90efac386.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f0c4befc6..8d6941b57 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', |